summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorJesper Jensen <jesper@jnsn.dev>2026-02-03 21:48:46 +0100
committerJesper Jensen <jesper@jnsn.dev>2026-02-03 21:48:46 +0100
commit22612ecd9a375b6479c1bb9ee35534a3f175e278 (patch)
treef0afdbe2b398102d2730b3fdc1c76b8d1d0ada46 /src/main.rs
parent7961d8f77889d71cc14da2d3d89f17631efdc4b2 (diff)
Add explicit author
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index e290ec5..4dc8dfc 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -698,6 +698,8 @@ fn run_tool(db: &Connection, auth: &mut Auth, repos: &Vec<Repository>, mut infil
.arg("-C")
.arg(&repo.dest)
.arg("commit")
+ .arg("--author")
+ .arg("vbump <>")
.arg("--all")
.arg("--message")
.arg("Update versions");