Skip to content

Releases: egoist/kanpai

v0.11.0

17 Aug 07:47
Compare
Choose a tag to compare
  • Removed kp get and kp set commands, basically we removed the global config. Config can only be done via kanpai.json or the kanpai field in package.json.
  • Fix: populate changelog with git commit history when there's no manually added changelog, by @LittleSound via #32

v0.10.1

09 Jan 14:45
Compare
Choose a tag to compare
  • Support HTTPS git URL.

v0.10.0

31 Dec 16:19
Compare
Choose a tag to compare
  • Move npm publish and kp gh-release to a standalone command: kp release, now running kp will only update package.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 variables GITHUB_TOKEN and NPM_TOKEN are required for this to work.
  • Generate default changelog from commit messages.

v0.9.9

31 Dec 14:49
Compare
Choose a tag to compare
  • Missing changelog body on GitHub Releases.

v0.9.8

31 Dec 14:48
Compare
Choose a tag to compare
v0.9.8

v0.9.7

31 Dec 14:36
Compare
Choose a tag to compare
  • Fix first release again