getsentry / craft

The universal Sentry release CLI 🚀
MIT License
133 stars 15 forks source link

feat(github): Allow to push a tag without a release #447

Closed tonyo closed 1 year ago

tonyo commented 1 year ago

(The background and motivation for this change is in #445, but I've decided not to implement that proposal fully right now, and instead make a smaller step first.)

This PR introduces a tagOnly option for github target. If set to true, then we don't create a full GitHub release, and instead only create a tag in the remote repository. The default is false.