Changelog
Commit message convention
Setup
npm install standard-version -D{
"scripts": {
"release": "standard-version"
}
}{
"scripts": {
"release": "standard-version",
"postrelease": "git push --follow-tags origin master && npm publish"
}
}Releasing
Last updated