From fe5d35ff6a00cf199e5cbcdf58796c32193de84d Mon Sep 17 00:00:00 2001 From: Maikel van den Hurk Date: Thu, 18 Jan 2024 17:45:07 +0100 Subject: [PATCH] docs(readme): update refs to latest released major version --- docs/github-action.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/github-action.md b/docs/github-action.md index e819cce0..3f14499d 100644 --- a/docs/github-action.md +++ b/docs/github-action.md @@ -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` @@ -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/ \ No newline at end of file +[Conventional Commit]: https://www.conventionalcommits.org/en/v1.0.0/