diff --git a/.github/ISSUE_TEMPLATE/release-checklist.md b/.github/ISSUE_TEMPLATE/release-checklist.md index ca4aec8..de99dc7 100644 --- a/.github/ISSUE_TEMPLATE/release-checklist.md +++ b/.github/ISSUE_TEMPLATE/release-checklist.md @@ -90,13 +90,13 @@ Push access to the upstream repository is required in order to publish the new t - [ ] run `kinit your_fas_account@FEDORAPROJECT.ORG` - [ ] run `fedpkg new-sources $(spectool -S rust-ignition-config.spec | sed 's:.*/::')` - [ ] PR the changes in [Fedora](https://src.fedoraproject.org/rpms/rust-ignition-config) - - [ ] once the PR merges to rawhide, merge rawhide into the other relevant branches (e.g. f39) then push those, for example: + - [ ] once the PR merges to rawhide, merge rawhide into the other relevant branches (e.g. f40) then push those, for example: ```bash git checkout rawhide git pull --ff-only - git checkout f39 + git checkout f40 git merge --ff-only rawhide - git push origin f39 + git push origin f40 ``` - [ ] on each of those branches run `fedpkg build` - [ ] once the builds have finished, submit them to [bodhi](https://bodhi.fedoraproject.org/updates/new), filling in: