summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2006-11-02 21:15:41 -0500
committerBehdad Esfahbod <behdad@behdad.org>2006-11-02 21:15:41 -0500
commit7cac87c8041f63fac2e0a2f5a29e36ed80d8d51a (patch)
treee6d4e1c858c59ff2a8cd2e3a7b38cff3e97c387e
parent953332d128120e7c4f4197390984be11a80a368b (diff)
downloadcairo-1.2.tar.gz
[Makefile.am] Pass tag message to git-tag in release-publish1.2
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 5e15e6aca..e1ab41ea6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -135,7 +135,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:"