Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 620 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 620 Bytes

action-prepare-release

Common release prep action for Sentry projects, wrapping Craft.

Publishing

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.