Skip to content

Commit

Permalink
exit release script when done
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhawksley committed Oct 31, 2024
1 parent 5b07cf1 commit c2f093c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/release
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ main() {
add_changed_files $major $minor $patch
commit $major $minor $patch
push $major $minor $patch
exit 0
done
}

Expand Down

0 comments on commit c2f093c

Please sign in to comment.