gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 9ee1b98: Corrected git push command in Debian


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 9ee1b98: Corrected git push command in Debian release checklist
Date: Thu, 9 Aug 2018 05:49:04 -0400 (EDT)

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

    Corrected git push command in Debian release checklist
    
    In making the last release, a small correction was made in the push command
    for the Debian packaging that only pushed the master branch. It is now
    corrected to push all branches and tags.
---
 doc/release-checklist.txt | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/doc/release-checklist.txt b/doc/release-checklist.txt
index 0fb5272..5a13694 100644
--- a/doc/release-checklist.txt
+++ b/doc/release-checklist.txt
@@ -379,10 +379,9 @@ Steps necessary to Package Gnuastro for Debian.
      $ git tag -a debian/$ver-1
 
 
- - Push all the changes to the repository (you can't call `--all' and
-   `--tags' together):
+ - Push all the commits and tags to the repository.
 
-     $ git push --follow-tags
+     $ git push --all --follow-tags
 
 
  - Inform Debian Astro: Ole Streicher (address@hidden) has been



reply via email to

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