summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMartin Nordholts <enselic@gmail.com>2022-02-25 19:48:57 +0100
committerMartin Nordholts <enselic@gmail.com>2022-02-26 17:08:32 +0100
commit8e8c35039135451eb57e195205f3f48d493dfbb3 (patch)
tree1655430213ebf0a5167699ea14aac4e648d8f34c /doc
parent1ee49b4d97cdb22c9303788b78366714c5db346c (diff)
release-checklist.md: Remove '## Dependencies'
Diffstat (limited to 'doc')
-rw-r--r--doc/release-checklist.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/release-checklist.md b/doc/release-checklist.md
index 58523225..48e681f8 100644
--- a/doc/release-checklist.md
+++ b/doc/release-checklist.md
@@ -1,16 +1,5 @@
# Release checklist
-## Dependencies
-
-See this page for a good overview: https://deps.rs/repo/github/sharkdp/bat
-
-- [ ] Optional: update dependencies with `cargo update`. This is also done by
- dependabot, so it is not strictly necessary.
-- [ ] Install [cargo-outdated](https://crates.io/crates/cargo-outdated). Check
- for outdated dependencies with `cargo outdated --root-deps-only` and
- decide for each of them whether we want to (manually) upgrade. This will
- require changes to `Cargo.toml`.
-
## Version bump
- [ ] Update version in `Cargo.toml`. Run `cargo build` to update `Cargo.lock`.