Skip to content

Commit 68115ef

Browse files
committed
try fix versioning
1 parent db6d8da commit 68115ef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,8 @@ jobs:
203203
id: version
204204
with:
205205
tag_prefix: "v"
206+
major_pattern: "(MAJOR)"
207+
minor_pattern: "(MINOR)"
206208
version_format: "v${major}.${minor}.${patch}.${increment}"
207209
bump_each_commit: false
208210
search_commit_body: true

0 commit comments

Comments
 (0)