Skip to content

fix release workflow #635

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

Merged
merged 2 commits into from
Jun 11, 2025
Merged

fix release workflow #635

merged 2 commits into from
Jun 11, 2025

Conversation

tgummerer
Copy link
Contributor

@tgummerer tgummerer commented Jun 11, 2025

The release workflow for the latest release has failed, because goreleaser got updated to 2.x, and --skip-validate has been removed in that version (see https://goreleaser.com/deprecations/#-skip).

We could pin the goreleaser version, but we might as well just update it since it seems a straightforward fix.

Fixes #632

The release workflow for the latest release has failed, because
goreleaser got updated to 2.x, and --skip-validate has been removed in
that version (see https://goreleaser.com/deprecations/#-skip).

We could pin the goreleaser version, but we might as well just update
it since it seems a straightforward fix.
@tgummerer tgummerer requested a review from a team as a code owner June 11, 2025 11:14
@@ -0,0 +1,6 @@
component: build
kind: bug-fixes
body: Fix release process
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This probably doesn't deserve a changelog, but it's going to be useful to release a .1 release that hopefully succeeds.

@tgummerer tgummerer enabled auto-merge June 11, 2025 11:49
@tgummerer tgummerer added this pull request to the merge queue Jun 11, 2025
@tgummerer tgummerer mentioned this pull request Jun 11, 2025
Merged via the queue into main with commit a2d9376 Jun 11, 2025
36 of 38 checks passed
@tgummerer tgummerer deleted the tg/goreleaser branch June 11, 2025 13:18
github-merge-queue bot pushed a commit that referenced this pull request Jun 11, 2025
To be merged after #635
merges.
tgummerer added a commit that referenced this pull request Jun 12, 2025
The first attempt at this was in
#635, but it didn't fix it
completely.  I think this brings the .goreleaser.yml to the correct
state, but only release CI will tell if I'm right.
tgummerer added a commit that referenced this pull request Jun 12, 2025
The first attempt at this was in
#635, but it didn't fix it
completely.  I think this brings the .goreleaser.yml to the correct
state, but only release CI will tell if I'm right.
tgummerer added a commit that referenced this pull request Jun 12, 2025
The first attempt at this was in
#635, but it didn't fix it
completely.  I think this brings the .goreleaser.yml to the correct
state, but only release CI will tell if I'm right.
github-merge-queue bot pushed a commit that referenced this pull request Jun 12, 2025
The first attempt at this was in
#635, but it didn't fix it
completely. I think this brings the .goreleaser.yml to the correct
state, but only release CI will tell if I'm right.
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.

Workflow failure: .github/workflows/release-dotnet-provider.yml
3 participants