Skip to content

Commit

Permalink
chore: release 316 branch to bypass notes error
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanFM committed May 15, 2023
1 parent f9cf353 commit 9e22cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ if [[ $1 == "final" ]]; then
NEXT_VER=$(echo $RELEASE_VER | awk -F. -v OFS=. 'NF==1{print ++$NF}; NF>1{$NF=sprintf("%0*d", length($NF), ($NF+1)); print}')
printf "bump master version to: \e[1;32m$NEXT_VER\e[0m\n"

make_release_note
#make_release_note

pub_pypi

Expand Down

0 comments on commit 9e22cdf

Please sign in to comment.