mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 13:28:03 +02:00
Add a release-publish-message target to only get the message.
This commit is contained in:
parent
75b0ab0d66
commit
98facc6c2d
1 changed files with 3 additions and 1 deletions
|
|
@ -137,7 +137,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:"
|
||||
|
|
@ -164,6 +164,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