Skip to content

Commit e0a208b

Browse files
chore: add tagPattern to auto-changelog configuration in package.json
1 parent b8251a2 commit e0a208b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@
106106
},
107107
"auto-changelog": {
108108
"commitLimit": false,
109-
"template": "changelog-template.hbs"
109+
"template": "changelog-template.hbs",
110+
"tagPattern": "^v?[0-9]+\\.[0-9]+\\.[0-9]+$"
110111
},
111112
"commitlint": {
112113
"extends": [

0 commit comments

Comments
 (0)