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