Skip to content

Commit 2143d08

Browse files
committed
fix: add skip ci to bump commit
1 parent 233db2d commit 2143d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/gitsemver/project.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ func (p *Project) Bump(versionFilenamesAndKeys []string, auth AuthMethod, vPrefi
222222
}
223223
}
224224

225-
if _, err := git.CreateCommit(p.Repo(), fmt.Sprintf("bump: %s -> %s", latest.String(), next.String())); err != nil {
225+
if _, err := git.CreateCommit(p.Repo(), fmt.Sprintf("bump: %s -> %s [skip ci]", latest.String(), next.String())); err != nil {
226226
return err
227227
}
228228
}

0 commit comments

Comments
 (0)