Commit 5d1fd00
committed
.github/workflows: validate release tag version string
This commit adds a check to this project's GitHub release workflow to
ensure that the release version string is SemVer compliant. It also
indirectly ensures that the version string matches the tag that would
have been created with the `make release-tag` command.1 parent 183b11a commit 5d1fd00
1 file changed
+15
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
25 | 40 | | |
26 | 41 | | |
27 | 42 | | |
28 | 43 | | |
29 | 44 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | 45 | | |
34 | 46 | | |
35 | 47 | | |
| |||
0 commit comments