Commit 0b82757
committed
refactor: simplify tag patterns with clear comments
- Use concise patterns with descriptive comments
- Main releases: v1, v1.2, v1.2.3
- Prereleases: v1.2.3-rc1, v1.2.3-beta.1, etc.
- Remove redundant explicit patterns - general v[0-9]+.[0-9]+.[0-9]+-* covers all prerelease formats
- Maintain security by requiring numeric versions only1 parent 10f3a97 commit 0b82757
1 file changed
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | | - | |
| 10 | + | |
10 | 11 | | |
| 12 | + | |
11 | 13 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
| |||
0 commit comments