Skip to content

Commit

Permalink
fix version pattern for changelog enforcer
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder committed Oct 8, 2024
1 parent fa1c801 commit 716294e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/enforce-changelog-entry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- uses: dangoslen/changelog-enforcer@204e7d3ef26579f4cd0fd759c57032656fdf23c7 # v3.6.1
with:
skipLabels: 'Skip-Changelog,dependencies,tests'
versionPattern: '^`Unreleased <\S+>`__$'
versionPattern: ^`(v\\d?\\.\\d?\\.\\d|Unreleased) <\\S+>`__

0 comments on commit 716294e

Please sign in to comment.