1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

Use annotated tags for releases

* make-tarball.txt: Make annotated tag and push it out.
This commit is contained in:
Andreas Schwab 2014-11-13 17:50:41 +01:00
parent 01618985c0
commit 51475d535e
2 changed files with 5 additions and 1 deletions

View 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,

View 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.