You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
446 B
Markdown
10 lines
446 B
Markdown
# Release Checklist
|
|
|
|
- [ ] Update docblock in `src/ICal/ICal.php`
|
|
- [ ] Ensure the documentation is up to date
|
|
- [ ] Push the code changes to GitHub (`git push`)
|
|
- [ ] Tag the release (`git tag v1.2.3`)
|
|
- [ ] Push the tag (`git push --tag`)
|
|
- [ ] Check [Packagist](https://packagist.org/packages/johngrogg/ics-parser) is updated
|
|
- [ ] Notify anyone who opened [an issue or PR](https://github.com/u01jmg3/ics-parser/issues?q=is%3Aopen) of the fix
|