Skip to content

Commit

Permalink
fix release docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzej-stencel committed Feb 14, 2024
1 parent 30aae18 commit f91632b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
git checkout main
git pull
export VERSION=x.y.z
git tag -a "v${VERSION}" -m "Release v${VERSION}"
git push origin "v${VERSION}"
git tag -a "${VERSION}" -m "Release ${VERSION}"
git push origin "${VERSION}"
```

This will trigger the GitHub Actions [publish](./.github/workflows/publish.yaml) action to pubilsh the gem in Ruby Gems.
Expand Down

0 comments on commit f91632b

Please sign in to comment.