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.

446 B

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 is updated
  • Notify anyone who opened an issue or PR of the fix