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