File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Open diff view settings
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Open diff view settings
Original file line number Diff line number Diff line change 2424_version_patch = 0
2525_version_extra = '.dev'
2626# _version_extra = 'b1'
27- # _version_extra = '' # Uncomment this for full releases
27+ _version_extra = '' # Uncomment this for full releases
2828
2929# Construct full version string from these.
3030_ver = [_version_major , _version_minor , _version_patch ]
Original file line number Diff line number Diff line change 5656echo " Cleaning repository"
5757git clean -xfdi
5858
59- echo " please update version number in ${RED} IPython/core/release.py${NOR} , Do not commit yet – we'll do it later."
59+ echo $GREEN " please update version number in ${RED} IPython/core/release.py${NOR} , Do not commit yet – we'll do it later." $NOR
6060
61- echo " Press enter to continue"
61+ echo $GREEN " Press enter to continue" $NOR
6262read
6363
6464echo
6565echo " Attempting to build the docs.."
6666make html -C docs
6767
6868echo
69- echo " Check the docs, press enter to continue"
69+ echo $GREEN " Check the docs, press enter to continue" $NOR
7070read
7171
7272echo
73- echo " Attempting to build package..."
73+ echo $BLUE " Attempting to build package..." $NOR
7474
7575tools/build_release
7676
7777echo
7878echo " Let\'s commit : git commit -am \" release $VERSION \" -S"
79- echo $" Press enter to continue"
79+ echo $GREEN " Press enter to continue" $NOR
8080read
81- git commit -am " release $VERSION " -S
81+ git commit -am " release $VERSION " # -S
8282
8383echo
8484echo " git push origin \$ BRANCH ?"
You can’t perform that action at this time.
0 commit comments