From 105332846dbc9dfea31a744d7116056aa25dee61 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 17 Mar 2019 13:14:39 -0700 Subject: [PATCH] add release checklist --- docs/releases/release-checklist.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 docs/releases/release-checklist.md diff --git a/docs/releases/release-checklist.md b/docs/releases/release-checklist.md new file mode 100644 index 0000000..84e7727 --- /dev/null +++ b/docs/releases/release-checklist.md @@ -0,0 +1,28 @@ +# Release Checklist + + + - [ ] Release commit is tagged + - [ ] Release is created on Github + - [ ] All tests pass on 2.7 and 3.x + - [ ] All Gooey Examples run and work as expected + - [ ] All new features have corresponding examples + - [ ] All new features have README updates + - [ ] Wx Inspection tool is removed from the runner + - [ ] all debug prints removed + - [ ] setup.py version is updated + - [ ] __init__.py version is updated + - [ ] pip install of release branch works. + - [ ] All Gooey Examples run and work as expected + - [ ] pypi is updated + - [ ] pypi pip install tested 2.7 & 3.x + - [ ] All Gooey Examples run and work as expected + - [ ] Release notes written: + - [ ] major features + - [ ] bug fixes + - [ ] language additions + - [ ] breaking changes + - [ ] contributors + + + + \ No newline at end of file