Commit f8a8606
NETIZEN-11
build: Implement semantic versioning in build system
- Use git describe to generate semantic version from tags
- Inject version into binary via ldflags at build time
- Support development builds with commit hash fallback
- Ensure version consistency across all architectures
- Follow semantic versioning format (vMAJOR.MINOR.PATCH)
Part of #4450 - Build & Versioning Setup
Signed-off-by: NETIZEN-11 <kumarnitesh121411@gmail.com>1 parent 1de6827 commit f8a8606
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
27 | | - | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
0 commit comments