Skip to content

Commit

Permalink
Sync repo templates ⚙
Browse files Browse the repository at this point in the history
  • Loading branch information
coreosbot committed Sep 8, 2023
1 parent 23c1bc8 commit c66e3bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,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`

- write release notes:
- [ ] write release notes in `docs/release-notes.md`
- [ ] `git add docs/release-notes.md && git commit -m "docs/release-notes: update for release ${RELEASE_VER}"`
Expand Down
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ updates:
- package-ecosystem: cargo
directory: /
schedule:
interval: weekly
interval: monthly
open-pull-requests-limit: 10
labels:
- dependency
Expand Down

0 comments on commit c66e3bc

Please sign in to comment.