Skip to content

Commit

Permalink
Merge pull request #58 from easolhq/update-readme
Browse files Browse the repository at this point in the history
Update readme regarding pushing tags
  • Loading branch information
kylebyrne committed Jun 8, 2023
2 parents 80a7aae + 75617b0 commit 26b9764
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,9 @@ cd alchemist_theme
```
bundle exec gem tag
```
5. Push created tag which will trigger Github actions responsible for publishing
new version of the gem to rubygems.org repository
5. Push created tag with `git push --follow-tags` which will trigger Github
actions responsible for publishing new version of the gem to rubygems.org
repository
6. On major version changes, update the version lock in the
[canvas-linter-action](https://github.com/easolhq/canvas-linter-action/blob/main/entrypoint.sh)
repo.

0 comments on commit 26b9764

Please sign in to comment.