From 244fe38471c752ac8f21fa3da8f4f5d4b88f4ddd Mon Sep 17 00:00:00 2001 From: Guilherme Carreiro Date: Tue, 14 Jan 2025 18:47:43 +0100 Subject: [PATCH] Add 'Releasing' workflow to 'CONTRIBUTING.md' --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1d6b354a..680cc03c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,3 +26,10 @@ * If it makes sense, add tests for your code and/or run a performance benchmark * Make sure all tests pass (`bundle exec rake`) * Create a pull request + +## Releasing + +* Bump the version in `lib/liquid/version.rb` and merge it on `main` +* Run `rake release` to create the new version tag and deploy the new version to RubyGems +* Create a new release using the [GitHub UI](https://github.com/Shopify/liquid/releases/new) +