mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-04 14:08:29 +02:00
Add a release-publish-message target to only get the message.
(cherry picked from 98facc6c2d commit)
This commit is contained in:
parent
46e5ed66d3
commit
f5013b6dc6
1 changed files with 3 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ release-upload: release-check $(tar_file) $(sha1_file) $(gpg_file)
|
|||
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)
|
||||
|
||||
release-publish: release-upload releases/$(sha1_file)
|
||||
release-publish-message: releases/$(sha1_file)
|
||||
@echo ""
|
||||
@echo "Please send an announcement to $(RELEASE_ANNOUNCE_LIST)"
|
||||
@echo "including the following:"
|
||||
|
|
@ -172,6 +172,8 @@ release-publish: release-upload releases/$(sha1_file)
|
|||
@echo "Last but not least, do not forget to bump up the micro"
|
||||
@echo "version component to the next (odd) number and commit."
|
||||
|
||||
release-publish: release-upload release-publish-message
|
||||
|
||||
# XXX: Depending on all here is rather overkill. We don't really need
|
||||
# the library built in order to create the documentation.
|
||||
docs-publish: all
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue