getsentry / action-release

GitHub Action for creating a release on Sentry
Apache License 2.0
446 stars 53 forks source link

fix(ci): Allow create default set of commits #155

Closed armenzg closed 1 year ago

armenzg commented 1 year ago

You can see this PR working here.

If the action executes and there's never been a release before, it will fail. Adding ignore_missing fixes it:

When the flag is set and the previous release commit was not found in the repository, will create a release with the default commits count instead of failing the command.