summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCosmicHorror <CosmicHorrorDev@pm.me>2023-11-05 11:36:27 -0700
committerGitHub <noreply@github.com>2023-11-05 12:36:27 -0600
commitbbefeb8ae12257b35027e5ee8850b9a8f830edb6 (patch)
treeef93063ebbbd2b422ad4137f149b3fb5ae9b4cd4
parent345497a64ad6e19b0012963954615102ad1dd238 (diff)
Fix release checklist indentation (#271)
-rw-r--r--RELEASE.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/RELEASE.md b/RELEASE.md
index f68ca6c..3ce27be 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -1,21 +1,21 @@
# Release checklist
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
+ - `$ 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`
+ - Manually verify with the entries in `xtask/src/gen.rs`
1. [ ] Regenerate static assets
- - `$ cargo xtask gen`
+ - `$ cargo xtask gen`
1. [ ] Update `rust-version` in `Cargo.toml`
- - `$ cargo msrv --min 1.60 -- cargo check`
+ - `$ cargo msrv --min 1.60 -- cargo check`
1. [ ] Bump `version` in `Cargo.toml`
1. [ ] Update the `CHANGELOG.md`
1. [ ] Merge changes through a PR to make sure that CI passes
1. [ ] Publish on [crates.io](crates.io)
- - `$ cargo publish`
+ - `$ cargo publish`
1. [ ] Publish on GitHub by pushing a version tag
- - Make sure the branch you're on is fully up to date
- - `$ git tag v{VERSION}`
- - `$ git push upstream/origin v{VERSION}`
+ - Make sure the branch you're on is fully up to date
+ - `$ git tag v{VERSION}`
+ - `$ git push upstream/origin v{VERSION}`
1. [ ] Make a release announcement on GitHub after the release workflow finishes