0.0.12 • Published 3 years ago

segredo-cli v0.0.12

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

SegredoCLI

A highly secure and simple CLI to manage environment variables across your team, apps and microservices

Release process:

  1. Bump the version number in the package.json file:
"version": "X.X.X"
  1. Make sure the remote master branch is updated with this local changes:
git add .
git commit -m 'starting the release of the version X.X.X'
git push -u origin master
  1. Bump the GitHub tag to release:
git tag -a vX.X.X -m "My fresh new version"
  1. Run the GoReleaser release command with the GitHub token:
export GITHUB_TOKEN=$GITHUB_TOKEN
goreleaser release
  1. Publish the new version to npm:
npm publish --access=public

References and useful links:

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.1

3 years ago