UNPKG

@twyr/announce

Version:

CLI Tool and NPM Library for announcing a release on Github / Gitlab / etc. and on NPM

12 lines (8 loc) 377 B
# Commit and tag the version change. git-tag-version=true # Run git commit hooks when committing the version change. commit-hooks=true # Pass the -s flag to git to sign the tag. Note that you must have a default GPG key set up in your git config for this to work properly. sign-git-tag=true # Env variable for the publish token //registry.npmjs.org/:_authToken=${NPM_TOKEN}