generated from getsentry/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Labels
Description
Problem Statement
Sentry-CLI supports supplying a specific commit/commit range for its set-commits command. The action currently only supports auto
and skip
.
Solution Brainstorm
Allow set_commits
to take a direct commit repo-owner/repo-name@commit
or a commit range repo-owner/repo-name@<commit_of_previous_release>..<commit_of_current_release>
which will then be passed to --commit
.
trevorkwhite