We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9cf353 commit 9e22cdfCopy full SHA for 9e22cdf
scripts/release.sh
@@ -90,7 +90,7 @@ if [[ $1 == "final" ]]; then
90
NEXT_VER=$(echo $RELEASE_VER | awk -F. -v OFS=. 'NF==1{print ++$NF}; NF>1{$NF=sprintf("%0*d", length($NF), ($NF+1)); print}')
91
printf "bump master version to: \e[1;32m$NEXT_VER\e[0m\n"
92
93
- make_release_note
+ #make_release_note
94
95
pub_pypi
96
0 commit comments