Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 385 Bytes

RELEASE.md

File metadata and controls

10 lines (9 loc) · 385 Bytes

RELEASE

  1. Create release branch. (git switch -c version-<VERSION>)
  2. Bump version VERSION and lib/mackerel/version.rb files.
  3. Write changes in CHANGELOG.md
  4. Push release branch to upstream(GitHub). (git push -u origin version-<VERSION>)
  5. Create Pull-Request on GitHub.
  6. Merge Pull-Request to master branch on GitHub.
  7. Tagging and Release. (rake release)