-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update docs about steps to publish new version
- Loading branch information
Showing
2 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
How to release new version | ||
========================== | ||
|
||
1. Update CHANGELOG.md | ||
1. `git commit -m "Bump version x.x.x"` | ||
1. `git tag vx.x.x` | ||
1. `git push origin master && git push --tags` | ||
1. Create new version on [Releases](https://github.com/mackerelio/ansible-mackerel-agent/releases) | ||
- The tag would be better to have **v** prefix, like **v0.1.2** | ||
1. See https://galaxy.ansible.com/mackerelio/mackerel-agent/ |