mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-01 04:28:03 +02:00
[Makefile.am] Pass tag message to git-tag in release-publish
This commit is contained in:
parent
953332d128
commit
7cac87c804
1 changed files with 1 additions and 1 deletions
|
|
@ -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:"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue