-
Notifications
You must be signed in to change notification settings - Fork 14
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
Sanity check: is the action releasing the right version or the latest commit? #167
Comments
You're correct, all commits that are on the master branch at the time of the merge are included in the release. Is https://github.com/nearform/optic-release-automation-app#development the correct way to deploy a testing version of the app or is there an easier way? If that's the only way is there a nearform gcp account that I can use to test this? |
Thanks for looking into this! I think the easiest way to test this is to run the app locally and expose it e.g. via nkgrok, then configure the action to use that url (it's one of the action's input). Definitely let's test this end to end before going any further, but I think the approach you're following is good 👌 |
@guilhermelimak once the releases are done, please close this issue |
When a PR created by the action gets merged, which version of the repo is released exactly?
E.g.
Theoretically, the semantics of the action should lead to the result of merging commit 1 to the master branch to be released, but I guess that what's happening now is that all commits in between will end up in the release.
We need to figure out if there's a way to make this work according to correct semantics.
The text was updated successfully, but these errors were encountered: