Skip to content

Commit b425984

Browse files
committed
docs: update release checklist
1 parent 9a3cb76 commit b425984

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASE_CHECKLIST.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ This document outlines the steps required to prepare and execute a new release o
44

55
## Release Process
66

7+
- [ ] Create a new branch "#.#.#" where "#.#.#" is this release's version
78
- [ ] Update the change log by running `cargo xtask changeset changelog #.#.#` where `#.#.#` is the release version, and verify the results in [CHANGELOG.md](./CHANGELOG.md)
89
- [ ] Ensure that any new command line arguments have been added to [the command reference doc page](./docs/source/command-reference.mdx)
910
- [ ] Ensure any new command line arguments have an equivalent in `rover dev`, or there is an open task to add them if appropriate
1011
- [ ] Update the version number in [Cargo.toml](./Cargo.toml)
11-
- [ ] Update the version number in [the *nix install script](./scripts/nix/install.sh)
12+
- [ ] Update the version number in [the \*nix install script](./scripts/nix/install.sh)
1213
- [ ] Update the version number in [the Windows install script](./scripts/windows/install.ps1)
1314
- [ ] Update the version number in [the command reference](./docs/source/command-reference.mdx)
14-
- [ ] Update the version numbers in [user guide](./docs/source/guides/index.mdx)
1515
- [ ] Create a PR with these changes
1616
- [ ] Copy and paste the section of the change log for this release into the PR comment
1717
- [ ] Get the PR approved and merged

0 commit comments

Comments
 (0)