Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Preparing a release

Steven Rombauts edited this page Mar 3, 2016 · 3 revisions

Preparing a new release

  1. Make sure all related tickets are linked to the correct milestone and all feature branches are merged to develop.
  2. Create a ticket to prepare the release (example)
  3. Update the base MySQL dump files. Before you do, make sure all migrations are applied (run php vendor/bin/phinx migrate to apply them all at once)!
  4. Update the COPYRIGHT.md file to include any new authors. (You can use a tool like git-extras to get the list)
  5. Update the CHANGELOG
  6. Create a PR to merge develop into master referencing the ticket to prepare the release.
  7. Close the ticket and announce the new release!
Clone this wiki locally