Skip to content

Commit

Permalink
Merge pull request ipython#12487 from meeseeksmachine/auto-backport-o…
Browse files Browse the repository at this point in the history
…f-pr-12479-on-7.x

Backport PR ipython#12479 on branch 7.x (try to auto comment ''/.dev)
  • Loading branch information
Carreau committed Aug 7, 2020
2 parents 16a0884 + c9dcd30 commit c1e1d6c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tools/release_helper.sh
Expand Up @@ -100,6 +100,10 @@ echo "Cleaning repository"
git clean -xfdi

echo $GREEN"please update version number in ${RED}IPython/core/release.py${NOR} , Do not commit yet – we'll do it later."$NOR
echo $GREEN"I tried ${RED}sed -i bkp -e '/Uncomment/s/^# //g' IPython/core/release.py${NOR}"
sed -i bkp -e '/Uncomment/s/^# //g' IPython/core/release.py
rm IPython/core/release.pybkp
git diff

echo $GREEN"Press enter to continue"$NOR
read
Expand Down Expand Up @@ -142,7 +146,13 @@ then


echo $GREEN"please update version number and back to .dev in ${RED}IPython/core/release.py"
echo $GREEN"I tried ${RED}sed -i bkp -e '/Uncomment/s/^/# /g' IPython/core/release.py${NOR}"
sed -i bkp -e '/Uncomment/s/^/# /g' IPython/core/release.py
rm IPython/core/release.pybkp
git diff
echo $GREEN"Please bump ${RED}the minor version number${NOR}"
echo ${BLUE}"Do not commit yet – we'll do it later."$NOR


echo $GREEN"Press enter to continue"$NOR
read
Expand Down

0 comments on commit c1e1d6c

Please sign in to comment.