Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Dec 31, 2021
1 parent e9eba4d commit cfe631c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Unreleased

No unreleased changes.

## 0.10.0

- 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.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kanpai",
"version": "0.9.9",
"version": "0.10.0",
"description": "🍻 Use Kanpai to publish a new version of your module!",
"license": "MIT",
"repository": "egoist/kanpai",
Expand Down

0 comments on commit cfe631c

Please sign in to comment.