Skip to content

v0.10.0

Choose a tag to compare

@egoist egoist released this 31 Dec 16:19
· 15 commits to main since this release
  • 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.