Releases: egoist/kanpai
Releases · egoist/kanpai
v0.11.0
- Removed
kp get
andkp set
commands, basically we removed the global config. Config can only be done viakanpai.json
or thekanpai
field inpackage.json
. - Fix: populate changelog with git commit history when there's no manually added changelog, by @LittleSound via #32
v0.10.1
- Support
HTTPS
git URL.
v0.10.0
- Move
npm publish
andkp gh-release
to a standalone command:kp release
, now runningkp
will only updatepackage.json
, create git tag and push to GitHub.kp release
is used to actually publish on npm and create release on GitHub, this step could be automated via CI instead, env variablesGITHUB_TOKEN
andNPM_TOKEN
are required for this to work. - Generate default changelog from commit messages.