From 0a49a2e90c1bb67775bd577e9bf1df9f5ed131f9 Mon Sep 17 00:00:00 2001 From: Oliver Bestwalter Date: Sun, 13 Aug 2017 13:40:16 +0200 Subject: [PATCH 1/2] EOL announcement docs and use only CHANGELOG --- doc/announce/changelog-only.rst | 8 ++++++++ doc/index.txt | 1 + 2 files changed, 9 insertions(+) create mode 100644 doc/announce/changelog-only.rst diff --git a/doc/announce/changelog-only.rst b/doc/announce/changelog-only.rst new file mode 100644 index 000000000..617bfd802 --- /dev/null +++ b/doc/announce/changelog-only.rst @@ -0,0 +1,8 @@ +Less announcing, more changelogging +----------------------------------- + +With version 2.5.0 we dropped creating special announcement documents and rely on communicating all relevant changes through the `CHANGELOG +`_. See https://pypi.org/project/tox/ for a rendered version of the last changes containing links to the imporant issues and pull requests that were integrated into the release. + +Happy testing, +The tox maintainers diff --git a/doc/index.txt b/doc/index.txt index ae7924ae3..1099bd4d8 100644 --- a/doc/index.txt +++ b/doc/index.txt @@ -119,6 +119,7 @@ Current features announce/release-1.9 announce/release-2.0 announce/release-2.4.0 + announce/changelog-only .. include:: links.txt From 55bcdbdde225449f3774fc4decbc3998646a100c Mon Sep 17 00:00:00 2001 From: Oliver Bestwalter Date: Sun, 13 Aug 2017 13:47:53 +0200 Subject: [PATCH 2/2] fix suffix --- doc/announce/{changelog-only.rst => changelog-only.txt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename doc/announce/{changelog-only.rst => changelog-only.txt} (100%) diff --git a/doc/announce/changelog-only.rst b/doc/announce/changelog-only.txt similarity index 100% rename from doc/announce/changelog-only.rst rename to doc/announce/changelog-only.txt