You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the action-release Github Action, occasionally one might need to perform auto-detection of associated commits in a directory other than the job's working directory, such as in the case where an action performs multiple checkouts. As Github Actions do not, by default, support the ability to run an action in any directory other than the job's working directory, it would be great if action-release could support a working-directory argument for specifying where to detect commit information.
The text was updated successfully, but these errors were encountered:
I put up a possible change which I believe implements the functionality here. I considered adding this to the sentry/cli package itself, but that package already reads in from places such as the environment, and has no builtin notion of the directory to grab releases from, so it seemed fine to chdir from here.
When running the action-release Github Action, occasionally one might need to perform auto-detection of associated commits in a directory other than the job's working directory, such as in the case where an action performs multiple checkouts. As Github Actions do not, by default, support the ability to run an action in any directory other than the job's working directory, it would be great if action-release could support a
working-directory
argument for specifying where to detect commit information.The text was updated successfully, but these errors were encountered: