Commit 2575cb8
authored
Add "v" prefix to changelog generation regex
The repository's existing tags use the style where the name is identical to the version name. The `arduino/create-changelog` action's `tag-regex` input value is currently configured for this tag style. That is correct for the previous tags, but all future tags will use the "v" prefix, as is required for best practices use of the project as a Go module dependency. This will result in the generated changelog for future releases containing the repository's commit history back to the last tag that uses the non-"v" prefix style of tag.
Setting the regex up to support both tag styles will avoid such an issue.1 parent 0ce1f07 commit 2575cb8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments