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
@@ -4,14 +4,14 @@ This document outlines the steps required to prepare and execute a new release o
4
4
5
5
## Release Process
6
6
7
+
-[ ] Create a new branch "#.#.#" where "#.#.#" is this release's version
7
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)
8
9
-[ ] Ensure that any new command line arguments have been added to [the command reference doc page](./docs/source/command-reference.mdx)
9
10
-[ ] Ensure any new command line arguments have an equivalent in `rover dev`, or there is an open task to add them if appropriate
10
11
-[ ] 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)
12
13
-[ ] Update the version number in [the Windows install script](./scripts/windows/install.ps1)
13
14
-[ ] 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)
15
15
-[ ] Create a PR with these changes
16
16
-[ ] Copy and paste the section of the change log for this release into the PR comment
0 commit comments