mirror of
https://gh.wpcy.net/https://github.com/LJPc-solutions/freescout-calendar-module.git
synced 2026-07-16 03:54:55 +08:00
9 lines
446 B
Markdown
9 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
|