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.

27 lines
834 B

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