Skip to content

Commit 6c95ae3

Browse files
committed
CHANGES: Rename from .txt to .rst
1 parent d611cde commit 6c95ae3

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

File renamed without changes.

DEVELOP.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

devtools/create_tag.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ then
5858
exit -1
5959
fi
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`
6363
if [ -z "$REV_NOTE" ]
6464
then
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
6868
fi

0 commit comments

Comments
 (0)