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 a5c2bc0 + 90693e7 commit 2010259Copy full SHA for 2010259
.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