From 5aeb91f8a197a601e8edfaf00e1d7000b3912b9b Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 9 Jul 2011 23:34:08 -0400 Subject: add release ann template --- RELEASING.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'RELEASING.txt') diff --git a/RELEASING.txt b/RELEASING.txt index 645083acf..bb2dab87f 100644 --- a/RELEASING.txt +++ b/RELEASING.txt @@ -48,4 +48,29 @@ Releasing Pyramid - Announce to Twitter. +Announcement template +---------------------- +Pyramid 1.1.X has been released. + +Here are the changes: + +<> + +A "What's New In Pyramid 1.1" document exists at +http://docs.pylonsproject.org/projects/pyramid/1.1/whatsnew-1.1.html . + +You will be able to see the 1.1 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.1/ . + +You can install it via PyPI: + + easy_install Pyramid==1.1a4 + +Enjoy, and please report any issues you find to the issue tracker at +https://github.com/Pylons/pyramid/issues + +Thanks! + +- C -- cgit v1.2.3 From ad508e672af22d9631bcfd1164c6c3b71e1c3084 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 18 Jul 2011 03:05:39 -0400 Subject: remember to pull --- RELEASING.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'RELEASING.txt') diff --git a/RELEASING.txt b/RELEASING.txt index bb2dab87f..c3781c19d 100644 --- a/RELEASING.txt +++ b/RELEASING.txt @@ -1,6 +1,8 @@ Releasing Pyramid ================= +- git pull + - Make sure all unit tests pass and statement coverage is at 100%:: $ python setup.py nosetests --with-coverage -- cgit v1.2.3 From 47a6bba2410a44da9df6e27f5927c7abacd44983 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 21 Jul 2011 23:48:03 -0400 Subject: better steps --- RELEASING.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'RELEASING.txt') diff --git a/RELEASING.txt b/RELEASING.txt index c3781c19d..3116d2643 100644 --- a/RELEASING.txt +++ b/RELEASING.txt @@ -3,7 +3,11 @@ Releasing Pyramid - git pull -- Make sure all unit tests pass and statement coverage is at 100%:: +- Do platform test via tox: + + $ tox + +- Make sure statement coverage is at 100%:: $ python setup.py nosetests --with-coverage -- cgit v1.2.3