Skip to content

Releasing

xmeltrut edited this page Jan 29, 2012 · 5 revisions

This is a guide to creating a release.

Pre-checks

  • Check roadmap on Github
  • Check issues list on Github
  • Check todo comments in generated documentation
  • Run unit tests
  • Run scanner test

Code

  • Increment version numbers
  • SQL needs to be updated
    • Schema should not contain auto_increments
    • Use drop table
    • Export data from audit_actions and config
Clone this wiki locally