summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNick Gerace <nickagerace@gmail.com>2022-10-20 12:46:02 -0400
committerNick Gerace <nickagerace@gmail.com>2022-10-20 12:46:02 -0400
commitb0f3361dc91e10b437aebbd172464c66cc6ac55e (patch)
tree704e1becd0f1b189f1f464a71afa2f016d774d14 /docs
parent3f581526829be89edc0d6258497834c8ad94174b (diff)
downloadgfold-b0f3361dc91e10b437aebbd172464c66cc6ac55e.zip
Update to 4.1.0 (part 2)
Signed-off-by: Nick Gerace <nickagerace@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/RELEASE.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/RELEASE.md b/docs/RELEASE.md
index d18cd14..35c30c5 100644
--- a/docs/RELEASE.md
+++ b/docs/RELEASE.md
@@ -24,7 +24,7 @@ cargo build
- [ ] Test and verify the publishing workflow:
```shell
-cargo publish --dry-run
+cargo publish --dry-run -p gfold
```
- [ ] Merge the preparation commit into `main`
@@ -39,7 +39,7 @@ git push --tags origin main
- [ ] Publish the crate:
```shell
-cargo publish
+cargo publish -p gfold
```
- [ ] Verify that the [crate](https://crates.io/crates/gfold) on `crates.io` looks correct
@@ -62,4 +62,4 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
Generally, the versioning scheme looks like the following formats where `X` is an unsigned integer:
- **Release candidates (RCs):** `X.X.X-rc.X`
-- **Full releases:** `X.X.X` \ No newline at end of file
+- **Full releases:** `X.X.X`