Skip to content

Commit 97a03ea

Browse files
authored
Merge pull request #10 from per1234/changelog-tag-regex
Add "v" prefix to changelog generation regex
2 parents 0ce1f07 + 2575cb8 commit 97a03ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-go-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Create changelog
2929
uses: arduino/create-changelog@v1
3030
with:
31-
tag-regex: '^[0-9]+\.[0-9]+\.[0-9]+.*$'
31+
tag-regex: '^v?[0-9]+\.[0-9]+\.[0-9]+.*$'
3232
filter-regex: '^\[(skip|changelog)[ ,-](skip|changelog)\].*'
3333
case-insensitive-regex: true
3434
changelog-file-path: "${{ env.DIST_DIR }}/CHANGELOG.md"

0 commit comments

Comments
 (0)