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 4999750 + 20968a8 commit 3fa2ef6Copy full SHA for 3fa2ef6
.github/workflows/release.yml
@@ -7,7 +7,7 @@ env:
7
on:
8
push:
9
tags:
10
- - "[0-9]+.[0-9]+.[0-9]+*"
+ - "v[0-9]+.[0-9]+.[0-9]+*"
11
12
jobs:
13
release:
@@ -58,7 +58,7 @@ jobs:
58
- name: Create changelog
59
uses: arduino/create-changelog@v1
60
with:
61
- tag-regex: '^[0-9]+\.[0-9]+\.[0-9]+.*$'
+ tag-regex: '^v?[0-9]+\.[0-9]+\.[0-9]+.*$'
62
filter-regex: '^\[(skip|changelog)[ ,-](skip|changelog)\].*'
63
case-insensitive-regex: true
64
changelog-file-path: ${{ env.CHANGELOG_PATH }}
0 commit comments