Skip to content

Commit

Permalink
Add 'Releasing' workflow to 'CONTRIBUTING.md'
Browse files Browse the repository at this point in the history
  • Loading branch information
karreiro committed Jan 14, 2025
1 parent 6909570 commit 244fe38
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 244fe38

Please sign in to comment.