Skip to content

Commit 81131d2

Browse files
coreosbottravier
authored andcommitted
Sync repo templates ⚙
Sync with coreos/repo-templates@5a051c2.
1 parent 2510488 commit 81131d2

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
@@ -106,13 +106,13 @@ Push access to the upstream repository is required in order to publish the new t
106106

107107
- Fedora packaging:
108108
- [ ] Review the proposed changes in the PR submitted by Packit in [Fedora](https://src.fedoraproject.org/rpms/rust-coreos-installer/pull-requests).
109-
- [ ] once the PR merges to rawhide, merge rawhide into the other relevant branches (e.g. f43) then push those, for example:
109+
- [ ] once the PR merges to rawhide, merge rawhide into the other relevant branches (e.g. f44) then push those, for example:
110110
```bash
111111
git checkout rawhide
112112
git pull --ff-only
113-
git checkout f43
113+
git checkout f44
114114
git merge --ff-only rawhide
115-
git push origin f43
115+
git push origin f44
116116
```
117117
- [ ] on each of those branches run `fedpkg build`
118118
- [ ] once the builds have finished, submit them to [bodhi](https://bodhi.fedoraproject.org/updates/new), filling in:

0 commit comments

Comments
 (0)