Skip to content

Commit 399c6c0

Browse files
committed
Sync repo templates ⚙
Sync with coreos/repo-templates@cb479f5.
1 parent dbc41ba commit 399c6c0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/ISSUE_TEMPLATE/release-checklist.md

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

0 commit comments

Comments
 (0)