Files
faveo/vendor/davejamesmiller/laravel-breadcrumbs/RELEASE-CHECKLIST.md
Manish Verma 126fbb0255 Laravel version update
Laravel version update
2018-08-06 18:55:45 +05:30

287 B

Release Checklist

  • Ensure the documentation is up to date, particularly the changelog
  • Merge the changes into the master branch (if necessary)
  • Push the code changes to GitHub (git push)
  • Tag the release (git tag 1.2.3)
  • Push the tag (git push --tag)