From 713e0f1ab5cfaefd8883297722a07ab6d2e47305 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Thu, 27 Jun 2024 15:46:14 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c187914..19a2d32 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,3 +24,7 @@ $ cp pre-commit .git/hooks/pre-commit This is entirely automated now since [this issue](https://github.com/ruby/setup-ruby/issues/254). If you do not see a new version more than 24 hours after it was released feel free to file an issue. + +## Release + +Maintainers can create a release automatically by running [this workflow](https://github.com/ruby/setup-ruby/actions/workflows/release.yml).