summaryrefslogtreecommitdiff
path: root/doCommit.go
diff options
context:
space:
mode:
Diffstat (limited to 'doCommit.go')
-rw-r--r--doCommit.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/doCommit.go b/doCommit.go
index 3c4c7db..d7b9196 100644
--- a/doCommit.go
+++ b/doCommit.go
@@ -73,6 +73,11 @@ func doCommit() {
if err := shell.ExecCheck([]string{"git", "commit", "--all"}); err != nil {
badExit(err)
}
+
+ _, err := me.forge.SubmitDevelPatchSet("forge auto commit")
+ if err != nil {
+ badExit(err)
+ }
log.Info("git commit ok. forge done")
}