Skip to content

Commit

Permalink
Merge pull request #1052 from coreosbot-releng/repo-templates
Browse files Browse the repository at this point in the history
Sync repo templates ⚙
  • Loading branch information
jmarrero authored Aug 3, 2023
2 parents 4c55201 + 0c15be9 commit dd429b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ Push access to the upstream repository is required in order to publish the new t
- [ ] `UPSTREAM_REMOTE=origin`
- [ ] `git checkout -b pre-release-${RELEASE_VER}`

- check `Cargo.toml` for unintended increases of lower version bounds:
- [ ] `git diff $(git describe --abbrev=0) Cargo.toml`

- update all dependencies:
- [ ] `cargo update`
- [ ] `git add Cargo.lock && git commit -m "cargo: update dependencies"`
Expand Down

0 comments on commit dd429b5

Please sign in to comment.