File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 3333 "version:patch" : " npm --no-git-tag-version version patch" ,
3434 "version:minor" : " npm --no-git-tag-version version minor" ,
3535 "version:major" : " npm --no-git-tag-version version major" ,
36- "preversion" : " npm run check-changelog && npm run check-only-changelog-changed" ,
37- "postversion" : " git commit package.json CHANGELOG.md -m \" Version $npm_package_version\" && npm run tag && git push && git push --tags" ,
3836 "prepublish" : " in-publish && safe-publish-latest && npm run build || not-in-publish" ,
3937 "postpublish" : " [ \" ${npm_config_tag:-latest}\" != latest ] || npm run gh-pages" ,
4038 "check-changelog" : " expr $(git status --porcelain 2>/dev/null| grep \" ^\\ s*M.*CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)" ,
You can’t perform that action at this time.
0 commit comments