changelog.md
changelog.md copied to clipboard
Complete publish process
~~changelog --publish~~ changelog will run:
- check git status
- npm test
- changelog
- npm publish
- git push --follow-tags
Or I prefer making this the default behavior, as an alternative to kanpai
Currently it check git status -> make changelog -> update package.json & create git tag, what leave to user are running npm test before changelog, and running git push --follow-tags and npm publish after changelog