Skip to content

Commit

Permalink
don't produce git commit/tags when versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk committed Jan 4, 2024
1 parent 90ab31f commit 8f0091b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xtask/src/task/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ impl Version {
cargo("workspaces")
.with_arg("version")
.with_arg(self.bump.as_str())
.with_args(["--no-git-commit"])
.with_args(["--force", "*"])
.run_async()?;

Expand Down

0 comments on commit 8f0091b

Please sign in to comment.