summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCosmicHorror <CosmicHorrorDev@pm.me>2023-11-05 11:48:16 -0700
committerGitHub <noreply@github.com>2023-11-05 12:48:16 -0600
commitd4aa2405338a3a477174440b83491edabca85f2b (patch)
tree122d64ea482f83ac30bfcb5543a19f5b7532af63
parentbbefeb8ae12257b35027e5ee8850b9a8f830edb6 (diff)
Remove outdated release checklist step (#272)
Previously the entries in the man page were manually copied in with slightly tweaked formatting. This was changed to automatically extract all the entries using `clap_mangen` though which makes the step to make sure that manpage entries are all up to date, no longer a requirement.
-rw-r--r--RELEASE.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 3ce27be..ab0843b 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -3,8 +3,6 @@
1. [ ] Create a new _"Release v{VERSION}"_ issue with this checklist
- `$ cat RELEASE.md | sd '\{VERSION\}' '{NEW_VERSION}' | xclip -sel clip`
- Create the issue in GitHub
-1. [ ] Ensure that all entries in the man page are up to date
- - Manually verify with the entries in `xtask/src/gen.rs`
1. [ ] Regenerate static assets
- `$ cargo xtask gen`
1. [ ] Update `rust-version` in `Cargo.toml`