Skip to content

Commit 6c86c69

Browse files
committed
Sync repo templates ⚙
Sync with coreos/repo-templates@d4b1da0.
1 parent f19f3f4 commit 6c86c69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/release-checklist.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,13 @@ Push access to the upstream repository is required in order to publish the new t
109109
- [ ] run `kinit your_fas_account@FEDORAPROJECT.ORG`
110110
- [ ] run `fedpkg new-sources $(spectool -S rust-coreos-installer.spec | sed 's:.*/::')`
111111
- [ ] PR the changes in [Fedora](https://src.fedoraproject.org/rpms/rust-coreos-installer)
112-
- [ ] once the PR merges to rawhide, merge rawhide into the other relevant branches (e.g. f40) then push those, for example:
112+
- [ ] once the PR merges to rawhide, merge rawhide into the other relevant branches (e.g. f41) then push those, for example:
113113
```bash
114114
git checkout rawhide
115115
git pull --ff-only
116-
git checkout f40
116+
git checkout f41
117117
git merge --ff-only rawhide
118-
git push origin f40
118+
git push origin f41
119119
```
120120
- [ ] on each of those branches run `fedpkg build`
121121
- [ ] once the builds have finished, submit them to [bodhi](https://bodhi.fedoraproject.org/updates/new), filling in:

0 commit comments

Comments
 (0)