Skip to content

Commit

Permalink
Merge pull request #452 from sebastian-philipp/release-via-gh
Browse files Browse the repository at this point in the history
create releases in github

Reviewed-by: Ricardo Marques <[email protected]>
  • Loading branch information
sebastian-philipp authored Feb 25, 2021
2 parents 7610373 + 6e6a8eb commit 4f44d1b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions HOWTORELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@ These are the steps to make a release for version `<version_number>`:
4. Update version number in `ceph-salt.spec` to `Version: <version_number>`.
5. Create a commit with title `Bump to v<version_number>` containing the
modifications to `CHANGELOG.md` made in the previous two steps.
6. Create an annotated tag for the above commit: `git tag -s -a v<version_number> -m"version <version_number>"`.
- The message should be `version <version_number>`.
- Using `git show v<version_number>`, review the commit message of the annotated tag.
It should say: `version <version_number>`.
7. Push commit and tag to github repo: `git push <remote> master --tags`
6. create and merge a new PR with this bump.
7. go to https://github.com/ceph/ceph-salt/releases and create a new release
8. Remove the "Add To Changelog" labels from all the merged PRs
9. Verify that no merged PRs have "Add To Changelog" label:
https://github.com/ceph/ceph-salt/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Amerged+label%3A%22Add+To+Changelog%22+

0 comments on commit 4f44d1b

Please sign in to comment.