Skip to content

Commit

Permalink
docs(readme): update refs to latest released major version
Browse files Browse the repository at this point in the history
  • Loading branch information
maikelvdh committed Jan 18, 2024
1 parent bef8904 commit fe5d35f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/github-action.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
steps:
- name: Release version
id: release-version
uses: tomtom-international/commisery-action/bump@v1
uses: tomtom-international/commisery-action/bump@v2
with:
token: ${{ github.token }}
create-release: true # OPTIONAL, default: `false`
Expand Down Expand Up @@ -206,4 +206,4 @@ release implicitly creates a Git tag.
[GitHub context]: https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#github-context

[Conventional Commits]: https://www.conventionalcommits.org/en/v1.0.0/
[Conventional Commit]: https://www.conventionalcommits.org/en/v1.0.0/
[Conventional Commit]: https://www.conventionalcommits.org/en/v1.0.0/

0 comments on commit fe5d35f

Please sign in to comment.