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

9 lines
426 B
Markdown

# 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](https://travis-ci.org/davejamesmiller/laravel-breadcrumbs)
- [ ] Tag the release (`git tag 1.2.3`)
- [ ] Push the tag (`git push --tag`)