gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master af20507 1/2: Corrections in release checklist


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master af20507 1/2: Corrections in release checklist
Date: Wed, 8 Aug 2018 13:56:25 -0400 (EDT)

branch: master
commit af205070488dd3e5358a9e9c44269f3115ed027a
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Corrections in release checklist
    
    After building a temporary Debian package for testing prior to the main
    release, some corrections were made in the commands to undo all the
    temporary commits and tags.
---
 doc/release-checklist.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/release-checklist.txt b/doc/release-checklist.txt
index e8a4d7b..64f0c42 100644
--- a/doc/release-checklist.txt
+++ b/doc/release-checklist.txt
@@ -23,13 +23,16 @@ all the commits needed for this release have been completed.
    three branchs with the following command
 
        $ git checkout master
-       $ git reset --hard HEAD~1
+       $ git tag -d debian/$ver-1
+       $ git reset --hard HEAD~1        # To go to the merge with upstream.
+       $ git reset --hard HEAD~1            # To go to last Debian release.
        $ git checkout pristine-tar
        $ git reset --hard HEAD~1
        $ git checkout upstream
        $ git tag -d upstream/$ver
        $ git reset --hard HEAD~1
        $ git checkout master
+       $ git log --oneline --graph --decorate --all   # For a visual check.
 
 
  - [STABLE] Update the versions in the NEWS file.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]