Skip to content

Commit 6ff3f53

Browse files
caidanwclaude
andcommitted
ci: update release trigger to semantic version pattern
Change tag pattern to require v prefix (e.g., v1.0.0) following semantic versioning conventions. Co-Authored-By: Claude <[email protected]>
1 parent 017aa40 commit 6ff3f53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Create a new GitHub release with the files
22

33
on:
44
push:
5-
tags: ['*']
5+
tags:
6+
- 'v[0-9]+.[0-9]+.[0-9]+(-*)?'
67
workflow_dispatch:
78

89
jobs:

0 commit comments

Comments
 (0)