Files
faveo/vendor/davejamesmiller/laravel-breadcrumbs/RELEASE-CHECKLIST.md
2016-06-13 20:41:55 +05:30

426 B

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)