Skip to content

raidenz/changelog-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

changelog-test

just changelog test

install this tool locally

npm install -g conventional-changelog

copy it to package.json

"postversion": "conventional-changelog  -i CHANGELOG.md -s -r 0 && git add . && git commit -m \"change log\" && git tag -af $(git describe --abbrev=0 --tags) -m \"$(git describe --abbrev=0 --tags)\" && git push && git push --tags"

You are ready to use npm version

npm version patch // minor, major

About

just changelog test

Resources

Stars

Watchers

Forks

Packages

No packages published