Skip to content

Commit ed35765

Browse files
committed
docs: update release checklist
1 parent 419bbc7 commit ed35765

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
@@ -6,8 +6,8 @@ This document outlines the steps required to prepare and execute a new release o
66

77
- [ ] Create a new branch "#.#.#" where "#.#.#" is this release's version
88
- [ ] Update the change log by running `cargo xtask changeset changelog #.#.#` where `#.#.#` is the release version, and verify the results in [CHANGELOG.md](./CHANGELOG.md)
9-
- [ ] Ensure that any new command line arguments have been added to [the command reference doc page](./docs/source/command-reference.mdx)
10-
- [ ] Ensure any new command line arguments have an equivalent in `rover dev`, or there is an open task to add them if appropriate
9+
- [ ] Ensure that any new configuration options have been added to [the command reference doc page](./docs/source/command-reference.mdx)
10+
- [ ] Ensure any new configuration options have an equivalent in `rover dev`, or there is an open task to add them if appropriate
1111
- [ ] Update the version number in [Cargo.toml](./Cargo.toml)
1212
- [ ] Update the version number in [the \*nix install script](./scripts/nix/install.sh)
1313
- [ ] Update the version number in [the Windows install script](./scripts/windows/install.ps1)

0 commit comments

Comments
 (0)