From 314636e5e3f43f582135e687dc0faf4b5ff1fcbf Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Mon, 15 Aug 2016 22:23:50 -0700 Subject: Fix up URLs to include default language and reduce verbosity (cherry picked from commit d6b2c66) --- RELEASING.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'RELEASING.txt') diff --git a/RELEASING.txt b/RELEASING.txt index d8572fa94..326dea993 100644 --- a/RELEASING.txt +++ b/RELEASING.txt @@ -148,12 +148,12 @@ Here are the changes: <> -A "What's New In Pyramid 1.X" document exists at -http://docs.pylonsproject.org/projects/pyramid/1.X-branch/whatsnew-1.X.html . +What's New In Pyramid 1.X: +http://docs.pylonsproject.org/projects/pyramid/en/1.X-branch/whatsnew-1.X.html -You will be able to see the 1.X release documentation (across all -alphas and betas, as well as when it eventually gets to final release) -at http://docs.pylonsproject.org/projects/pyramid/1.X-branch/ . +1.X release documentation (across all alphas and betas, as well as when it gets +to final release): +http://docs.pylonsproject.org/projects/pyramid/en/1.X-branch/ You can install it via PyPI: -- cgit v1.2.3 From 8cf8bcc2aa30da8a4c8a8e3181176aa45a58792b Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Thu, 1 Sep 2016 00:58:11 -0700 Subject: clean up HACKING and RELEASING for 1.8 --- RELEASING.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'RELEASING.txt') diff --git a/RELEASING.txt b/RELEASING.txt index 326dea993..4690fbd37 100644 --- a/RELEASING.txt +++ b/RELEASING.txt @@ -33,8 +33,8 @@ Prepare new release branch - Run tests on Windows if feasible. -- Make sure all scaffold tests pass (Py 2.7, 3.3, 3.4, 3.5, and pypy on UNIX; - this doesn't work on Windows): +- Make sure all scaffold tests pass (CPython 2.7, 3.4, and 3.5, and PyPy on + UNIX; this doesn't work on Windows): $ ./scaffoldtests.sh -- cgit v1.2.3