From 4b01ec02153fb54abd3c3d3bb791e038db5f7f1e Mon Sep 17 00:00:00 2001 From: Andrei Kaleshka Date: Thu, 5 Sep 2024 10:51:05 +0200 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f1e46ac..bb551c8 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,8 @@ To release a new version do the following in the order: - update the CHANGELOG; - `bundle install` to update `Gemfile.lock`; - make the commit and push; -- run `bundle exec rake release`. This will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org). +- run `bundle exec rake release`. This will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org); +- [announce the new release on GitHub](https://github.com/widefix/actual_db_schema/releases). ### Running Tests with Specific Rails Versions