Publish and release NPM packages on Github
github-npm patch -m "The coolest release"
Usage:
npx github-npm <command...>
Where command can be one of:
patch - version when you make backwards compatible bug fixes
minor - version when you add functionality in a backwards compatible manner,
major - version when you make incompatible API changes
Options:
-h --help Show this help and exit"
-m --message Release message"
-v --version View package version"
-p --path Path to package.json"
-b --branch Branch to release"
Read more about Semantic Versioning.
gong : Gem on Github
MIT © Abraham Hernandez