-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: set custom target when creating release #158
Conversation
No linked issues found. Please add the corresponding issues in the pull request description. |
0da2753
to
13dea8c
Compare
@simoneb This is ready for review |
before we merge this, let's please give another thought about whether this is backwards compatible with the existing versions of the action circulating. I assume it is, but let's cross check as if that is not the case, everything will break |
I did test the backwards compatibility both ways but will do it again today just to make sure before deploying |
we can merge then, deployment is only done after a release |
Just tested it again and all seems fine. I'll merge it |
Set the bump commit hash as release target to avoid merging the changes commited to the main branch after the release PR is created to be included in the release.
References nearform-actions/optic-release-automation-action#167