Skip to content

Commit

Permalink
CHANGES: Rename from .txt to .rst
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 5, 2024
1 parent d611cde commit 1b27473
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion DEVELOP.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ In the release branch:

- Update ``__version__`` in ``src/crate/client/__init__.py``

- Add a section for the new version in the ``CHANGES.txt`` file
- Add a section for the new version in the ``CHANGES.rst`` file

- Commit your changes with a message like "prepare release x.y.z"

Expand Down
6 changes: 3 additions & 3 deletions devtools/create_tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ then
exit -1
fi

# check if VERSION is in head of CHANGES.txt
REV_NOTE=`grep "[0-9/]\{10\} $VERSION" CHANGES.txt`
# check if VERSION is in head of CHANGES.rst
REV_NOTE=`grep "[0-9/]\{10\} $VERSION" CHANGES.rst`
if [ -z "$REV_NOTE" ]
then
echo "No notes for revision $VERSION found in CHANGES.txt"
echo "No notes for revision $VERSION found in CHANGES.rst"
echo "Aborting."
exit -1
fi
Expand Down

0 comments on commit 1b27473

Please sign in to comment.