diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2006-11-02 21:15:41 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2006-11-02 21:17:12 -0500 |
commit | e759959fd6a59d439fe5fe147326401619cb939b (patch) | |
tree | 883de396f4ba2c4f94d79c04851e20a27981b49b /Makefile.am | |
parent | 91ffb36faa121ccfaa57d8857c239dd3a6bb3e95 (diff) |
[Makefile.am] Pass tag message to git-tag in release-publish
(cherry picked from 7cac87c8041f63fac2e0a2f5a29e36ed80d8d51a commit)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 97694fcf..35258126 100644 --- a/Makefile.am +++ b/Makefile.am @@ -137,7 +137,7 @@ release-upload: release-check $(tar_file) $(sha1_file) $(gpg_file) scp $(tar_file) $(sha1_file) $(gpg_file) $(RELEASE_UPLOAD_HOST):$(RELEASE_UPLOAD_DIR) mv $(tar_file) $(sha1_file) $(gpg_file) releases ssh $(RELEASE_UPLOAD_HOST) "rm -f $(RELEASE_UPLOAD_DIR)/LATEST-$(PACKAGE)-[0-9]* && ln -s $(tar_file) $(RELEASE_UPLOAD_DIR)/LATEST-$(PACKAGE)-$(VERSION)" - git tag -s $(CAIRO_VERSION_MAJOR).$(CAIRO_VERSION_MINOR).$(CAIRO_VERSION_MICRO) + git tag -s $(CAIRO_VERSION_MAJOR).$(CAIRO_VERSION_MINOR).$(CAIRO_VERSION_MICRO) -m "cairo $(CAIRO_VERSION_MAJOR).$(CAIRO_VERSION_MINOR).$(CAIRO_VERSION_MICRO) release" release-publish-message: releases/$(sha1_file) @echo "Pleas push the new tag with a command such as:" |