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

8 lines
287 B
Markdown

# 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`)