Common release prep action for Sentry projects, wrapping Craft.
To release a new version of this action:
git checkout main
git pull
git tag -f v1
git tag -f v1.5
git tag -f v1.5.2
git push --tags -f
Make sure to update major, minor and patch versions accordingly.
After tagging, create a new release with the title and tag in v1.5.2
format and appropriate changelog.
All checkboxes should be left unchecked and no additional files should be attached.