Releases: egoist/kanpai
Releases · egoist/kanpai
v0.11.0
- Removed
kp getandkp setcommands, basically we removed the global config. Config can only be done viakanpai.jsonor thekanpaifield inpackage.json. - Fix: populate changelog with git commit history when there's no manually added changelog, by @LittleSound via #32
v0.10.1
- Support
HTTPSgit URL.
v0.10.0
- Move
npm publishandkp gh-releaseto a standalone command:kp release, now runningkpwill only updatepackage.json, create git tag and push to GitHub.kp releaseis used to actually publish on npm and create release on GitHub, this step could be automated via CI instead, env variablesGITHUB_TOKENandNPM_TOKENare required for this to work. - Generate default changelog from commit messages.