Skip to content
onyxfish edited this page Apr 4, 2012 · 45 revisions
  1. Commit final migration script
  2. git branch x.y.z
  3. git push origin x.y.z
  4. Generate new AMI (remove ~/setup_panda.sh before imaging)
  5. Update docs/amazon.rst with new AMI version
  6. Update docs to reference x.y.z branch for config files.:
  7. git checkout master
  8. git merge x.y.z
  9. git push
  10. Flag version branch for doc building on RTFD.
  11. Update version in setup_panda.sh.
  12. Update version number in docs/conf.py
  13. Update version number in config/settings.py
  14. Update version number in CHANGELOG
  15. git commit -am "Rev version"
  16. git push