diff options
author | Nick Gerace <nickagerace@gmail.com> | 2022-10-20 12:46:02 -0400 |
---|---|---|
committer | Nick Gerace <nickagerace@gmail.com> | 2022-10-20 12:46:02 -0400 |
commit | b0f3361dc91e10b437aebbd172464c66cc6ac55e (patch) | |
tree | 704e1becd0f1b189f1f464a71afa2f016d774d14 | |
parent | 3f581526829be89edc0d6258497834c8ad94174b (diff) | |
download | gfold-b0f3361dc91e10b437aebbd172464c66cc6ac55e.zip |
Update to 4.1.0 (part 2)
Signed-off-by: Nick Gerace <nickagerace@gmail.com>
-rw-r--r-- | crates/gfold/Cargo.toml | 2 | ||||
-rw-r--r-- | docs/RELEASE.md | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/crates/gfold/Cargo.toml b/crates/gfold/Cargo.toml index 2e6b688..72c7cd4 100644 --- a/crates/gfold/Cargo.toml +++ b/crates/gfold/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://nickgerace.dev" keywords = ["git", "cli"] license = "Apache-2.0" name = "gfold" -readme = "README.md" +readme = "../../README.md" repository = "https://github.com/nickgerace/gfold/" edition = "2021" 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` |