We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ce1f07 + 2575cb8 commit 97a03eaCopy full SHA for 97a03ea
.github/workflows/release-go-task.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Create changelog
29
uses: arduino/create-changelog@v1
30
with:
31
- tag-regex: '^[0-9]+\.[0-9]+\.[0-9]+.*$'
+ tag-regex: '^v?[0-9]+\.[0-9]+\.[0-9]+.*$'
32
filter-regex: '^\[(skip|changelog)[ ,-](skip|changelog)\].*'
33
case-insensitive-regex: true
34
changelog-file-path: "${{ env.DIST_DIR }}/CHANGELOG.md"
0 commit comments