Skip to content

Commit

Permalink
scripts/release: Don't push anything from the release script
Browse files Browse the repository at this point in the history
  • Loading branch information
snogge committed Mar 28, 2024
1 parent d990a98 commit c4e9001
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/release
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ cd "$(dirname "$0")/.."

main() {
run bumpversion minor
run git push
run git push --tags
}

run() {
Expand Down

0 comments on commit c4e9001

Please sign in to comment.