From 5cd0539afce5901ee7741aed732fe2db7a9b6c5a Mon Sep 17 00:00:00 2001 From: Clay McLeod Date: Thu, 30 Mar 2023 15:24:53 -0500 Subject: [PATCH] chore: removes docker image releasing --- RELEASE.md | 1 - 1 file changed, 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index df66cd0..669510d 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -11,4 +11,3 @@ * [ ] Push release: `git push && git push --tags`. * [ ] Publish the new crate: `cargo publish --all-features`. * [ ] Go to the Releases page in Github, create a Release for this tag, and copy the notes from the `CHANGELOG.md` file. - * [ ] Run docker release workflow from release tag branch.