]> git.eshelyaron.com Git - emacs.git/commitdiff
Use annotated tags for releases
authorAndreas Schwab <schwab@suse.de>
Thu, 13 Nov 2014 16:50:41 +0000 (17:50 +0100)
committerAndreas Schwab <schwab@suse.de>
Thu, 13 Nov 2014 16:57:56 +0000 (17:57 +0100)
* make-tarball.txt: Make annotated tag and push it out.

admin/ChangeLog
admin/make-tarball.txt

index 66cf9c663c622213575ece6f27c5243587c1b5f3..900da6aefa4d1bf5cd05f10ccb34ef629ac41085 100644 (file)
@@ -1,3 +1,7 @@
+2014-11-13  Andreas Schwab  <schwab@suse.de>
+
+       * make-tarball.txt: Make annotated tag and push it out.
+
 2014-11-11  Eric S. Raymond  <esr@thyrsus.com>
 
        * make-tarball.txt, update-copyright, admin/notes/bugtracker,
index 9603c616ae199d182d0f9d7289fb15b78649c59e..8f8b031ba2f46b03504eab0bf5df01cd88af889b 100644 (file)
@@ -94,7 +94,7 @@ General steps (for each step, check for possible errors):
     M-x ediff.  Especially check that Info files aren't built, and that
     no autotools (autoconf etc) run.
 
-8.  cd EMACS_ROOT_DIR && git tag TAG
+8.  cd EMACS_ROOT_DIR && git tag -a TAG && git push origin tag TAG
     TAG is emacs-XX.Y.ZZ for a pretest, emacs-XX.Y for a release.
 
 9. Decide what compression schemes to offer.