Skip to content

Commit 5da46d6

Browse files
authored
Merge pull request #47 from coreosbot-releng/repo-templates
2 parents 23c1bc8 + c66e3bc commit 5da46d6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/ISSUE_TEMPLATE/release-checklist.md

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ Push access to the upstream repository is required in order to publish the new t
3232
- [ ] `UPSTREAM_REMOTE=origin`
3333
- [ ] `git checkout -b pre-release-${RELEASE_VER}`
3434

35+
- check `Cargo.toml` for unintended increases of lower version bounds:
36+
- [ ] `git diff $(git describe --abbrev=0) Cargo.toml`
37+
3538
- write release notes:
3639
- [ ] write release notes in `docs/release-notes.md`
3740
- [ ] `git add docs/release-notes.md && git commit -m "docs/release-notes: update for release ${RELEASE_VER}"`

.github/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ updates:
66
- package-ecosystem: cargo
77
directory: /
88
schedule:
9-
interval: weekly
9+
interval: monthly
1010
open-pull-requests-limit: 10
1111
labels:
1212
- dependency

0 commit comments

Comments
 (0)