From ee273bc94ded4cef94ef2e3abe9cd3f5638b792a Mon Sep 17 00:00:00 2001 From: Nick Gerace Date: Sat, 23 Dec 2023 23:43:08 -0500 Subject: [PATCH] Remove outdated homebrew release step Signed-off-by: Nick Gerace --- docs/RELEASE.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/RELEASE.md b/docs/RELEASE.md index 8af19ee..588309c 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -21,7 +21,7 @@ Steps should be executed in sequential order. - [ ] Checkout and rebase `main` to its latest commit and checkout a new branch - [ ] Change the `version` field in [`Cargo.toml`](../lib/libgfold/Cargo.toml) to the new tag -- [ ] **Full Releases Only**: change the version in [`CHANGELOG.md`](../lib/libgfold/CHANGELOG.md) and uncomment the following line: `` +- [ ] Change the version in [`CHANGELOG.md`](../CHANGELOG.md) and uncomment the following line: `` (skip this for release candidates) - [ ] Verify that everything looks/works as expected: ```shell @@ -42,7 +42,7 @@ cargo publish --dry-run -p libgfold cargo publish -p libgfold ``` -- [ ] Verify that the [crate](https://crates.io/crates/libgfol) on `crates.io` looks correct +- [ ] Verify that the [crate](https://crates.io/crates/libgfold) on `crates.io` looks correct - [ ] Ensure that the [docs](https://docs.rs/libgfold/latest/libgfold/) on `docs.rs` look correct ## Checklist for `gfold` @@ -51,7 +51,7 @@ Steps should be executed in sequential order. - [ ] Checkout and rebase `main` to its latest commit, then checkout a new branch - [ ] Change the `version` field in [`Cargo.toml`](../bin/gfold/Cargo.toml) to the new tag -- [ ] **Full Releases Only**: change the version in [`CHANGELOG.md`](../CHANGELOG.md) and uncomment the following line: `` +- [ ] Change the version in [`CHANGELOG.md`](../CHANGELOG.md) and uncomment the following line: `` (skip this for release candidates) - [ ] Verify that everything looks/works as expected: ```shell @@ -91,5 +91,4 @@ cargo install --locked gfold cargo install --locked --version gfold ``` -- [ ] Verify that the [GitHub release](https://github.com/nickgerace/gfold/releases) on the repository's releases page looks correct -- [ ] **Full Releases Only**: Update the formula for the [Homebrew tap](https://github.com/nickgerace/homebrew-nickgerace) +- [ ] Verify that the [GitHub release](https://github.com/nickgerace/gfold/releases) on the repository's releases page looks correct \ No newline at end of file