Skip to content

Commit

Permalink
Merge pull request #1064 from coreosbot-releng/repo-templates
Browse files Browse the repository at this point in the history
Sync repo templates ⚙
  • Loading branch information
travier committed Apr 29, 2024
2 parents f918f4c + 8b4af08 commit f1c93ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ Push access to the upstream repository is required in order to publish the new t
- [ ] run `kinit your_fas_account@FEDORAPROJECT.ORG`
- [ ] run `fedpkg new-sources $(spectool -S rust-afterburn.spec | sed 's:.*/::')`
- [ ] PR the changes in [Fedora](https://src.fedoraproject.org/rpms/rust-afterburn)
- [ ] once the PR merges to rawhide, merge rawhide into the other relevant branches (e.g. f39) then push those, for example:
- [ ] once the PR merges to rawhide, merge rawhide into the other relevant branches (e.g. f40) then push those, for example:
```bash
git checkout rawhide
git pull --ff-only
git checkout f39
git checkout f40
git merge --ff-only rawhide
git push origin f39
git push origin f40
```
- [ ] on each of those branches run `fedpkg build`
- [ ] once the builds have finished, submit them to [bodhi](https://bodhi.fedoraproject.org/updates/new), filling in:
Expand Down

0 comments on commit f1c93ed

Please sign in to comment.