Skip to content

Commit

Permalink
Add the "Releasing" section to CONTRIBUTING.md (#1891)
Browse files Browse the repository at this point in the history
* Add 'Releasing' workflow to 'CONTRIBUTING.md'

* Update CONTRIBUTING.md

Co-authored-by: Michael Go <michael.go@shopify.com>

---------

Co-authored-by: Michael Go <michael.go@shopify.com>
  • Loading branch information
karreiro and ggmichaelgo authored Jan 14, 2025
1 parent 6909570 commit ecf25ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit ecf25ea

Please sign in to comment.