Skip to content

Commit

Permalink
Change wording for creating release notes branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavcs committed Mar 25, 2024
1 parent 5aa1abc commit 5b52257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions galaxy_release_util/bootstrap_history.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
- [ ] **Create Release Notes**
- [ ] Review merged PRs and ensure they all have the ${version} milestone attached. [Link](https://github.com/galaxyproject/galaxy/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Amerged+base%3Arelease_${version}+-milestone%3A${version}+-label%3Amerge+)
- [ ] Checkout release branch
- [ ] Switch to release branch and create a new branch for release notes
git checkout release_${version} -b ${version}_release_notes
- [ ] Bootstrap the release notes
Expand All @@ -279,7 +279,7 @@
- [ ] Commit release notes.
git add docs/; git commit -m "Release notes for $version"; git push upstream ${version}_release_notes
- [ ] Open a pull request for new release notes branch.
- [ ] Open a pull request for the release notes branch.
- [ ] Merge release note pull request.
- [ ] **Do Release**
Expand Down

0 comments on commit 5b52257

Please sign in to comment.