Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 898 Bytes

RELEASE.md

File metadata and controls

17 lines (14 loc) · 898 Bytes

Release Instructions

  1. Visit the Duster Releases page; figure out what your next tag will be (increase the third number if it's a patch or fix; increase the second number if it's adding features)
  2. On your local machine, pull down the latest changes on the 2.x branch (git checkout 2.x && git pull)
  3. Update the version in config/app.php
  4. Update dependencies and remove dev dependencies by running composer update
  5. Compile the binary
./duster app:build
  1. Run the build once to make sure it works (./builds/duster fix)
  2. Commit all changes
  3. Push all commits to GitHub
  4. Draft a new release with both the tag version and title of your tag (e.g. v2.5.1)
  5. Use the "Generate release notes" button to generate release notes from the merged PRs.