Skip to content

Commit

Permalink
update docs about steps to publish new version
Browse files Browse the repository at this point in the history
  • Loading branch information
lufia committed Apr 26, 2024
1 parent 0da83eb commit cb4f9e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mackerel-agent role CHANGELOG
=================================
This file is used to list changes made in each version of the mackerel-agent role.
The changes of newer versions since v0.12.0 will integrate with [GitHub Releases](https://github.com/mackerelio/ansible-mackerel-agent/releases).

v0.12.0
-------
Expand Down
6 changes: 2 additions & 4 deletions RELEASE.md
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/

0 comments on commit cb4f9e1

Please sign in to comment.