Commit 7b44018
committed
feat(justfile): add version format validation to release commands
- Add format validation for FFmpeg library release version
- Add format validation for Go module release version
- Fix capitalization of "FFmpeg" in command comment
- Implement shell scripts with proper error handling
- Add helpful error messages explaining the expected format
The validation ensures versions follow the required patterns:
- FFmpeg library: lib-X.Y.Z.N format (e.g., lib-8.0.1.0)
- Go module: X.Y.Z.N format (e.g., 8.0.1.0)1 parent 5935c77 commit 7b44018
1 file changed
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
54 | 60 | | |
55 | 61 | | |
56 | 62 | | |
| |||
59 | 65 | | |
60 | 66 | | |
61 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
62 | 74 | | |
63 | 75 | | |
64 | 76 | | |
| |||
0 commit comments