You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_CHECKLIST.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ This document outlines the steps required to prepare and execute a new release o
6
6
7
7
-[ ] Create a new branch "#.#.#" where "#.#.#" is this release's version
8
8
-[ ] 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
11
11
-[ ] Update the version number in [Cargo.toml](./Cargo.toml)
12
12
-[ ] Update the version number in [the \*nix install script](./scripts/nix/install.sh)
13
13
-[ ] Update the version number in [the Windows install script](./scripts/windows/install.ps1)
0 commit comments