0.0.12 • Published 4 years ago
segredo-cli v0.0.12
SegredoCLI
A highly secure and simple CLI to manage environment variables across your team, apps and microservices
Release process:
- Bump the version number in the
package.jsonfile:
"version": "X.X.X"- 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- Bump the GitHub tag to release:
git tag -a vX.X.X -m "My fresh new version"- Run the GoReleaser release command with the GitHub token:
export GITHUB_TOKEN=$GITHUB_TOKEN
goreleaser release- Publish the new version to npm:
npm publish --access=public