mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-08 22:05:00 +00:00
Fix commits_since_last_tag in version info
This commit is contained in:
parent
b17902da0f
commit
7cd0ab77a9
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ fn commit_info(workspace_root: &Path) {
|
||||||
.arg("-1")
|
.arg("-1")
|
||||||
.arg("--date=short")
|
.arg("--date=short")
|
||||||
.arg("--abbrev=9")
|
.arg("--abbrev=9")
|
||||||
.arg("--format=%H %h %cd %(describe)")
|
.arg("--format=%H %h %cd %(describe:tags)")
|
||||||
.output()
|
.output()
|
||||||
{
|
{
|
||||||
Ok(output) if output.status.success() => output,
|
Ok(output) if output.status.success() => output,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue