File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ In the release branch:
121121
122122- Update ``__version__ `` in ``src/crate/client/__init__.py ``
123123
124- - Add a section for the new version in the ``CHANGES.txt `` file
124+ - Add a section for the new version in the ``CHANGES.rst `` file
125125
126126- Commit your changes with a message like "prepare release x.y.z"
127127
Original file line number Diff line number Diff line change 5858 exit -1
5959fi
6060
61- # check if VERSION is in head of CHANGES.txt
62- REV_NOTE=` grep " [0-9/]\{10\} $VERSION " CHANGES.txt `
61+ # check if VERSION is in head of CHANGES.rst
62+ REV_NOTE=` grep " [0-9/]\{10\} $VERSION " CHANGES.rst `
6363if [ -z " $REV_NOTE " ]
6464then
65- echo " No notes for revision $VERSION found in CHANGES.txt "
65+ echo " No notes for revision $VERSION found in CHANGES.rst "
6666 echo " Aborting."
6767 exit -1
6868fi
You can’t perform that action at this time.
0 commit comments