From 21f6474016cb6f0a70ee0a8f5bc5c0aec9a12e7e Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Fri, 31 Oct 2014 14:44:06 +0200 Subject: [PATCH] Drop release notes from dist package RELEASES.rst is only updated in master branch to make it easier to make and merge fixes to multiple branches. Including it in the dist package would mean that it would need to be updated in maintenance branches too or it would be out-of-date in patch releases. So, drop release notes from the dist package, and just link to it in the dist README. --- dist-files/README.rst | 4 ++++ util/make_dist.sh | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/dist-files/README.rst b/dist-files/README.rst index 0fefdac6..9be1198f 100644 --- a/dist-files/README.rst +++ b/dist-files/README.rst @@ -72,6 +72,10 @@ This distributable contains: * ``licenses/``: licensing information. +You can find release notes at: + +* https://github.com/svaarala/duktape/blob/master/RELEASES.rst + This distributable contains Duktape version @DUK_VERSION_FORMATTED@, created from git commit @GIT_COMMIT@ (@GIT_DESCRIBE@). diff --git a/util/make_dist.sh b/util/make_dist.sh index 575b5f4e..c4b5e4bc 100644 --- a/util/make_dist.sh +++ b/util/make_dist.sh @@ -295,7 +295,8 @@ cat dist-files/README.rst | sed \ > $DIST/README.rst cp LICENSE.txt $DIST/LICENSE.txt # not strict RST so keep .txt suffix cp AUTHORS.rst $DIST/AUTHORS.rst -cp RELEASES.rst $DIST/RELEASES.rst +# RELEASES.rst is only updated in master. It's not included in the dist to +# make maintenance fixes easier to make. for i in \ murmurhash2.txt \