Skip to content

Commit 63028a6

Browse files
author
David Miguel Susano Pinto
committed
doc: update release instructions
1 parent 36e8a85 commit 63028a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/get-involved/maintaining.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ there should be no need to check it.
3838
with tags such as ``snapshot-N``::
3939

4040
VERSION=$(python3 setup.py --version)
41-
sed -i "s,(upcoming),($(date +%Y/%m/%d))," NEWS
42-
git commit -m "maint: release $VERSION" setup.py NEWS
41+
sed -i "s,(upcoming),($(date +%Y/%m/%d))," NEWS.rst
42+
git commit -m "maint: release $VERSION" setup.py NEWS.rst
4343
COMMIT=$(git rev-parse HEAD | cut -c1-12)
4444
git tag -s -u $GPGKEY \
4545
-m "Added tag release-$VERSION for commit $COMMIT" release-$VERSION

0 commit comments

Comments
 (0)