diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5909192..f3cc97a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -23,7 +23,11 @@ jobs: - name: Git Version id: version - uses: codacy/git-version@2.7.1 + uses: paulhatch/semantic-version@v5.3.0 + with: + tag_prefix: '' + major_pattern: 'breaking:' + minor_pattern: 'feature:' build-nuget: name: Build and Publish Nuget