one last time hopefully >:(
semantic-release
npm i semantic-release
You need to set it up inside your package.json
:
"scripts": {
"prepublish": "semantic-release pre",
"postpublish": "semantic-release post"
}
Note: semantic-release
works around a limitation in npm's "prepublish" hook. Once a version is published it prints an error that you can safely ignore.
See npm/npm#7118.
MIT License 2015 Stephan Bönnemann
Description
📦🚀 Fully automated version management and package publishing
automationchangelogpackagepublishreleaserelease-automationrelease-workflowsemantic-releasesemantic-versionsemversemver-releaseversion
Readme
11 MiB
Languages
JavaScript
100%