Commit 6666666
committed
feat(core): update versioning method for better tagging and dev environment support
- Use `git describe --tags --dirty 2>/dev/null || echo "dev"` to dynamically fetch the latest tag or default to 'dev' in case of no tags or dirty state.
Signed-off-by: kovacs <mritd@linux.com>1 parent 6666666 commit 6666666
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments