diff options
author | Andreas Schwab <schwab@suse.de> | 2014-11-13 17:50:41 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2014-11-13 17:57:56 +0100 |
commit | 51475d535edd0ee021091dfe3fa576b0bf9f1358 (patch) | |
tree | f275d6cc7d485f745dd9d02fa7659bec9901cc91 /admin/make-tarball.txt | |
parent | 01618985c0b7d28c65ba1a5694d8828b9956bf64 (diff) | |
download | emacs-51475d535edd0ee021091dfe3fa576b0bf9f1358.tar.gz |
Use annotated tags for releases
* make-tarball.txt: Make annotated tag and push it out.
Diffstat (limited to 'admin/make-tarball.txt')
-rw-r--r-- | admin/make-tarball.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt index 9603c616ae1..8f8b031ba2f 100644 --- a/admin/make-tarball.txt +++ b/admin/make-tarball.txt @@ -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. |