[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnuastro-commits] master 8736672a: doc/release-checklist.txt: minor edi
From: |
Mohammad Akhlaghi |
Subject: |
[gnuastro-commits] master 8736672a: doc/release-checklist.txt: minor edits |
Date: |
Sun, 20 Aug 2023 11:25:27 -0400 (EDT) |
branch: master
commit 8736672aba80c9a93de852ecc8134000d838efbf
Author: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>
doc/release-checklist.txt: minor edits
Until now, given the recent changes in the Gnulib's
build-aux/announce-gen', the release checklist had the version number
'0.20' for the previous release! But This will not be valid in future
releases. Also, the directory to run the commands was not explicitly
mentioned!
With this commit, both issues have been implemented.
---
doc/release-checklist.txt | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/doc/release-checklist.txt b/doc/release-checklist.txt
index f0537e6e..25ead6a3 100644
--- a/doc/release-checklist.txt
+++ b/doc/release-checklist.txt
@@ -177,16 +177,17 @@ all the commits needed for this release have been
completed.
temporary changes (from the top source directory). Replace 'XXXX' with
the old version and 'YYYY' with the new version.
- $ cp build/gnuastro-0.20.tar.* ./
+ $ cd TOP-SOURCE-DIR
+ $ cp build/gnuastro-XXXX.tar.* ./
$ git tag -a vXXXX gnuastro_vXXXX^{}
- $ git tag -a vYYYY gnuastro_vYYYY^{}
+ $ git tag -a vYYYY HEAD
- The command below will calculate the checksums and also make the links
ready. You just have to add a starting and ending similar to previous
announcements in a text editor. In the 'XXXX', put 'stable' or 'alpha'
and in YYYY, put 'ftp' for a stable, and 'alpha' for an alpha release.
- $ cd build
+ $ cd TOP-SOURCE-DIR
$ /path/to/gnulib/build-aux/announce-gen --release-type=XXXX \
--package-name=gnuastro --previous-version=0.1 \
--current-version=0.2 --gpg-key-id=$mykeyid \
@@ -195,7 +196,7 @@ all the commits needed for this release have been completed.
- Delete the temporary tags and files:
- $ rm gnuastro-0.20.tar.*
+ $ rm gnuastro-0.XXXX.tar.*
$ git tag -d vXXXX
$ git tag -d vYYYY
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnuastro-commits] master 8736672a: doc/release-checklist.txt: minor edits,
Mohammad Akhlaghi <=