Skip to content
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

fix(ci): use ref prefix rather than ref name #1879

Conversation

vados-cosmonic
Copy link
Contributor

Feature or Problem

This commit modifies the release logic to use the full ref name rather than just tag name. This both is more consistent with other code, is clearer ("branch prefix" wasn't right), and avoids collisions with refs that are non-tags.

Related Issues

Release Information

Consumer Impact

Testing

Unit Test(s)

Acceptance or Integration

Manual Verification

This commit modifies the release logic to use the full ref name rather
than just tag name. This both is more consistent with other code, is
clearer ("branch prefix" wasn't right), and avoids collisions with
refs that are non-tags.

Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
@vados-cosmonic vados-cosmonic requested a review from a team as a code owner April 11, 2024 19:04
@vados-cosmonic vados-cosmonic enabled auto-merge (rebase) April 11, 2024 19:07
Copy link
Contributor

@thomastaylor312 thomastaylor312 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the name change. I reviewed the last one thinking it was just supposed to be the branch, not the full ref due to the name

@vados-cosmonic
Copy link
Contributor Author

Yeah I realized that ONLY after I had merged it and ran the pipeline (which happily skipped everything)

@vados-cosmonic vados-cosmonic merged commit 409bc65 into wasmCloud:main Apr 11, 2024
26 checks passed
@vados-cosmonic vados-cosmonic deleted the fix(ci)=ref-name-in-examples-publish branch April 11, 2024 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants