Skip to content
This repository has been archived by the owner on Nov 18, 2018. It is now read-only.

Latest commit

 

History

History
12 lines (11 loc) · 497 Bytes

RELEASING.md

File metadata and controls

12 lines (11 loc) · 497 Bytes

Releasing

  1. Update the CHANGELOG.md file with relevant info and date;
  2. Update version numbers:
  • README.md
  1. Commit: git commit -am "Prepare version X.Y.Z.";
  2. Merge into master: git checkout master && git merge dev;
  3. Tag: git tag -a X.Y.Z -m "Version X.Y.Z";
  4. Push: git push && git push --tags;
  5. Checkout dev for further development: git checkout dev;
  6. Update release information on https://github.com/Label305/Auja-Laravel/releases;
  7. Grab a coffee.