We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23c1bc8 + c66e3bc commit 5da46d6Copy full SHA for 5da46d6
.github/ISSUE_TEMPLATE/release-checklist.md
@@ -32,6 +32,9 @@ Push access to the upstream repository is required in order to publish the new t
32
- [ ] `UPSTREAM_REMOTE=origin`
33
- [ ] `git checkout -b pre-release-${RELEASE_VER}`
34
35
+- check `Cargo.toml` for unintended increases of lower version bounds:
36
+ - [ ] `git diff $(git describe --abbrev=0) Cargo.toml`
37
+
38
- write release notes:
39
- [ ] write release notes in `docs/release-notes.md`
40
- [ ] `git add docs/release-notes.md && git commit -m "docs/release-notes: update for release ${RELEASE_VER}"`
.github/dependabot.yml
@@ -6,7 +6,7 @@ updates:
6
- package-ecosystem: cargo
7
directory: /
8
schedule:
9
- interval: weekly
+ interval: monthly
10
open-pull-requests-limit: 10
11
labels:
12
- dependency
0 commit comments