diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 27c9a7e..e8034c1 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -28,7 +28,7 @@ jobs: - name: Generate new version id: semver - uses: paulhatch/semantic-version@v5.4.0 + uses: paulhatch/semantic-version@v6.0.3 with: tag_prefix: "v" major_pattern: "/(feat|fix|refactor)!:/"