Skip to content

Commit

Permalink
ci: push to main, not master
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Dec 24, 2024
1 parent 480c2df commit 441b562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ set -e -o pipefail
# usage: ./release.sh minor -n
version=$(bump2version --dry-run --list $* | grep new_version | sed -r s,"^.*=",,)
echo Version tag v$version
bumpversion $* --verbose && git push upstream master v$version
bumpversion $* --verbose && git push upstream main v$version

0 comments on commit 441b562

Please sign in to comment.