From aeaf755d089498607481cf29b32342ed99b3a429 Mon Sep 17 00:00:00 2001 From: zznty Date: Wed, 17 Jan 2024 09:53:00 +0000 Subject: [PATCH] Update .github/workflows/release.yaml --- .github/workflows/release.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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