Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (15 loc) · 608 Bytes

NEW_RELEASE.md

File metadata and controls

17 lines (15 loc) · 608 Bytes

New Release

Before tagging a new release:

  1. Update CHANGES.md;
  2. Update CONFIG_CHANGES.md if needed;
  3. Run composer update to make sure we have the latest version of the dependencies;
  4. Run make test to run the unit tests;
  5. Write the new version number to the VERSION file in the project root
  6. Commit everything: git commit -a -m 'prepare for release';
  7. Push changes: git push origin v3;
  8. Tag release: git tag 3.1.1 -a -m '3.1.1' (obviously use the correct version number;
  9. Push the tags: git push origin 3.1.1
  10. Run make_release
  11. Run sr.ht_upload_release