From 9309ac98b48dcb97b08ff571be811be755f0810f Mon Sep 17 00:00:00 2001 From: Hugo Date: Tue, 19 Aug 2014 13:34:06 -0700 Subject: [PATCH] First, rough draft --- Release-Checklist.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Release-Checklist.md diff --git a/Release-Checklist.md b/Release-Checklist.md new file mode 100644 index 0000000..32b8c7e --- /dev/null +++ b/Release-Checklist.md @@ -0,0 +1,23 @@ +# Release checklist + +In [#853](https://github.com/python-pillow/Pillow/issues/853#issuecomment-52655451) @wiredfool said a release checklist is needed. Here's a rough draft to be filled in. It can be moved from the wiki to the master repo if that's better. + +## Main release + +Released quarterly. + +* [ ] TODO 1 +* [ ] TODO 2 +* [ ] TODO 3 +* [ ] TODO 4 +* [ ] TODO 5 + +## Point release + +Released as required for security or installation fixes. + +* [ ] TODO 1 +* [ ] TODO 2 +* [ ] TODO 3 +* [ ] TODO 4 +* [ ] TODO 5 \ No newline at end of file