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: docs/RELEASE.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ Steps should be executed in sequential order.
21
21
22
22
-[ ] Checkout and rebase `main` to its latest commit and checkout a new branch
23
23
-[ ] Change the `version` field in [`Cargo.toml`](../lib/libgfold/Cargo.toml) to the new tag
24
+
-[ ] Use the new version in the `gfold`[`Cargo.toml`](../lib/gfold/Cargo.toml) file
24
25
-[ ] Change the version in [`CHANGELOG.md`](../CHANGELOG.md) and uncomment the following line: `<!--The latest version contains all changes.-->` (skip this for release candidates)
25
26
-[ ] Verify that everything looks/works as expected:
26
27
@@ -91,4 +92,4 @@ cargo install --locked gfold
91
92
cargo install --locked --version <tag> gfold
92
93
```
93
94
94
-
-[ ] Verify that the [GitHub release](https://github.com/nickgerace/gfold/releases) on the repository's releases page looks correct
95
+
-[ ] Verify that the [GitHub release](https://github.com/nickgerace/gfold/releases) on the repository's releases page looks correct
0 commit comments