Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 904 Bytes

RELEASE.md

File metadata and controls

17 lines (14 loc) · 904 Bytes

Release Instructions

  1. Visit the Laravel Revive 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 main branch (git checkout main && git pull)
  3. Update the version in .env
  4. Update dependencies and remove dev dependencies by running composer update
  5. Compile the binary
./revive app:build
  1. Run the build once to make sure it works (./builds/revive)
  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.0.1)
  5. Use the "Generate release notes" button to generate release notes from the merged PRs.