Skip to content

Commit

Permalink
chore(build): set dirty flag to false for generating git version (Tab…
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys authored Feb 6, 2024
1 parent 0800ffa commit 14cdca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tabby/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fn main() -> Result<(), Box<dyn Error>> {
EmitBuilder::builder()
.all_build()
.all_git()
.git_describe(true, true, Some("v*"))
.git_describe(false, true, Some("v*"))
.emit()?;
Ok(())
}

0 comments on commit 14cdca0

Please sign in to comment.