Skip to content

Commit 839e013

Browse files
authored
Merge pull request #186 from coreosbot-releng/repo-templates
Sync repo templates ⚙
2 parents 7e11894 + 993532b commit 839e013

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
@@ -103,13 +103,13 @@ Push access to the upstream repository is required in order to publish the new t
103103
- [ ] run `kinit [email protected]`
104104
- [ ] run `fedpkg new-sources $(spectool -S rust-ssh-key-dir.spec | sed 's:.*/::')`
105105
- [ ] PR the changes in [Fedora](https://src.fedoraproject.org/rpms/rust-ssh-key-dir)
106-
- [ ] once the PR merges to rawhide, merge rawhide into the other relevant branches (e.g. f40) then push those, for example:
106+
- [ ] once the PR merges to rawhide, merge rawhide into the other relevant branches (e.g. f41) then push those, for example:
107107
```bash
108108
git checkout rawhide
109109
git pull --ff-only
110-
git checkout f40
110+
git checkout f41
111111
git merge --ff-only rawhide
112-
git push origin f40
112+
git push origin f41
113113
```
114114
- [ ] on each of those branches run `fedpkg build`
115115
- [ ] once the builds have finished, submit them to [bodhi](https://bodhi.fedoraproject.org/updates/new), filling in:

0 commit comments

Comments
 (0)