Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 678 Bytes

RELEASE-CHECKLIST.md

File metadata and controls

10 lines (9 loc) · 678 Bytes

Release Checklist

  • Ensure the documentation is up to date, particularly the changelog
  • Merge the develop branch into the master branch (git checkout master; git merge develop)
  • Push the code changes to GitHub (git push)
  • Double-check the Travis CI results
  • Tag the release (git tag 1.2.3)
  • Push the tag (git push --tag)
  • Check Packagist is updated
  • Notify anyone who opened an issue or PR that has been fixed