Commit 59a83d5
authored
fix: use correct git describe version tag match pattern (#920)
### Briefly, what does this PR introduce?
Instead of `v1.1.0-949-ge32c0d070-dirty` this should now give
`25.08.0-0-g<hash>`.
### What kind of change does this PR introduce?
- [x] Bug fix (issue, ok not really a bug)
- [ ] New feature (issue #__)
- [ ] Documentation update
- [ ] Other: __
### Please check if this PR fulfills the following:
- [ ] Tests for the changes have been added
- [ ] Documentation has been added / updated
- [ ] Changes have been communicated to collaborators
### Does this PR introduce breaking changes? What changes might users
need to make to their code?
No. Hyrum's principle probably...
### Does this PR change default behavior?
No.1 parent f0d8307 commit 59a83d5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments