emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/ess 52dfdb822c: bug-fix: git fetch --tags is correct


From: ELPA Syncer
Subject: [elpa] externals/ess 52dfdb822c: bug-fix: git fetch --tags is correct
Date: Mon, 22 Jan 2024 15:57:59 -0500 (EST)

branch: externals/ess
commit 52dfdb822cfe12bbb29d27eda5e671377e68cc0c
Author: rsparapa <rsparapa@mcw.edu>
Commit: rsparapa <rsparapa@mcw.edu>

    bug-fix: git fetch --tags is correct
---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index f5802c989f..5e80894cc6 100644
--- a/Makefile
+++ b/Makefile
@@ -175,7 +175,8 @@ ChangeLog: VERSION
 
 tag:
        @echo "** Tagging the release **  1) pull existing;  2) tag  3) push it"
-       git pull --tags
+       git fetch --tags
+##     git pull --tags
        @echo "Creating tag (no signing, as that fails for MM)"
        git tag -m'release tagging' v$(ESSVERSION)
        @echo '** Pushing the   v$(ESSVERSION)  upstream ...'



reply via email to

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