-
Notifications
You must be signed in to change notification settings - Fork 11
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
🎁 Buoy will float to branch for submodules other then root #37
Conversation
Skipping CI for Draft Pull Request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cardil: 0 warnings.
In response to this:
Which issue(s) this PR fixes:
Fixes #36
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.
/cc @dsimansk I think this is it. Please, take a look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you mind capturing a note in README.md and also adding a bit of context to the float
cmd help message, pls?
Otherwise works well in a few tries I've done on main Serving and plugins repos. It really does what we need with recognizing submodule. :) |
"Any - v0.2 - with submodule": { | ||
repo: submoduleRepo, | ||
version: semver.MustParse("0.2.0"), | ||
want: "[email protected]", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be ref@sub/release-0.2
no? is this not a tag? perhaps this is a branch and I don't fully understand what the goal is.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We thought to go for the branches for submodules. Otherwise, we would need to add additional Git tags to the repo like: sub/v0.2.0
.
In fact, in that case we wouldn't need to adjust the buoy, as the [email protected]
will just work, if those additional tags were added to the repo.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cardil, dsimansk The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Which issue(s) this PR fixes:
Fixes #36