Skip to content

Commit 8d6f8c4

Browse files
Merge pull request #569 from stevekuznetsov/skuznets/fix-bumper
scripts/bumper: exit when there's nothing to do
2 parents e2338dc + c7c4c7b commit 8d6f8c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/bumper/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ func main() {
208208

209209
if len(missingCommits) == 0 {
210210
logger.Info("Current repository state is up-to-date with upstream.")
211+
return
211212
}
212213

213214
switch mode(opts.mode) {

0 commit comments

Comments
 (0)