You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
1.0 KiB

  1. # Release Checklist
  2. - [ ] Release commit is tagged
  3. - [ ] The next release-branch is created
  4. - [ ] CONTRIBUTING.md has been updated to point at the next release branch
  5. - [ ] Release is created on Github
  6. - [ ] All tests pass on 2.7 and 3.x
  7. - [ ] All warnings are resolved (run tests with `PYTHONWARNINGS=default`)
  8. - [ ] All Gooey Examples run and work as expected
  9. - [ ] All new features have corresponding examples
  10. - [ ] All new features have README updates
  11. - [ ] Wx Inspection tool is removed from the runner
  12. - [ ] all debug prints removed
  13. - [ ] setup.py version is updated
  14. - [ ] __init__.py version is updated
  15. - [ ] pip install of release branch works.
  16. - [ ] All Gooey Examples run and work as expected
  17. - [ ] pypi is updated
  18. - [ ] pypi pip install tested 2.7 & 3.x
  19. - [ ] All Gooey Examples run and work as expected
  20. - [ ] Release notes written:
  21. - [ ] major features
  22. - [ ] bug fixes
  23. - [ ] language additions
  24. - [ ] breaking changes
  25. - [ ] contributors