From fbdc9675751014b9382aa28c540f9dfc8854d0d0 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 13 Jun 2011 16:32:24 +0100 Subject: [PATCH] release rules: Add note for snapshots --- build/autotools/Makefile.am.release | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/build/autotools/Makefile.am.release b/build/autotools/Makefile.am.release index dba8327..7c5a3cc 100644 --- a/build/autotools/Makefile.am.release +++ b/build/autotools/Makefile.am.release @@ -16,6 +16,8 @@ RELEASE_ANNOUNCE_CC = gnome-announce-list@gnome.org RELEASE_DOC_URL = http://docs.clutter-project.org/docs/ +BUGS_URL = http://bugzilla.gnome.org/enter_bug.cgi?product=clutter + tar_file = $(distdir).tar.bz2 sha256_file = $(distdir).sha256sum @@ -130,12 +132,16 @@ release-message: @echo " Cookbook: $(RELEASE_DOC_URL)/clutter-cookbook/$(CLUTTER_API_VERSION)/" @echo "" @echo "Release Notes:" + @if test "x$(CLUTTER_RELEASE_STATUS)" = "xsnapshot"; then \ + echo " - This is an unstable snapshot of Clutter; there are no compatibility"; \ + echo " guarantees for API added during a development cycle." ; \ + fi @echo " - This version is API and ABI compatible with the current stable" @echo " release of Clutter." @echo " - Installing the contents of this release will overwrite the files" @echo " from the installation of the current release of Clutter." @echo " - Bugs should be reported on the Clutter Bugzilla product, at:" - @echo " http://bugzilla.gnome.org/enter_bug.cgi?product=clutter" + @echo " ${BUGS_URL}" @echo "" @$(SED) -n '1bend;/^Clutter /q;:end;2,$$p' $(top_srcdir)/NEWS | $(GREP) -v '^======' @echo "" -- 2.7.4