From ecf25ea83d53b51c66f12ad8cf3e855dab6f4e4d Mon Sep 17 00:00:00 2001 From: Guilherme Carreiro Date: Tue, 14 Jan 2025 19:07:11 +0100 Subject: [PATCH] Add the "Releasing" section to `CONTRIBUTING.md` (#1891) * Add 'Releasing' workflow to 'CONTRIBUTING.md' * Update CONTRIBUTING.md Co-authored-by: Michael Go --------- Co-authored-by: Michael Go --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1d6b354a..34ebcd29 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,3 +26,9 @@ * 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` +* Create a new release using the [GitHub UI](https://github.com/Shopify/liquid/releases/new) +