Skip to content

Commit d8c6a21

Browse files
authored
Merge pull request #1573 from coreosbot-releng/repo-templates
Sync repo templates ⚙
2 parents f19f3f4 + 6c86c69 commit d8c6a21

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 [email protected]`
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)