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

[v17] build: Fix "make create-github-release" #49166

Merged
merged 2 commits into from
Nov 19, 2024

Conversation

camscale
Copy link
Contributor

Fix the create-github-release make target to use "go run" to run the
tool that creates the github release. This used to run a tool in this
repository that was pre-built, so the "go run" was not needed before.
Now the tool has moved to a separate repository, this is required.

Backport: #49111

Fix the `create-github-release` make target to use "go run" to run the
tool that creates the github release. This used to run a tool in this
repository that was pre-built, so the "go run" was not needed before.
Now the tool has moved to a separate repository, this is required.
Remove the `CHANGELOG` and `RELEASE_NOTES_GEN` vars that contained the
name of a Go main package to run in favor of a straightforward "go run"
command.
@camscale camscale added the no-changelog Indicates that a PR does not require a changelog entry label Nov 19, 2024
@camscale camscale added this pull request to the merge queue Nov 19, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 19, 2024
@camscale camscale added this pull request to the merge queue Nov 19, 2024
Merged via the queue into branch/v17 with commit e2d93d5 Nov 19, 2024
41 of 42 checks passed
@camscale camscale deleted the bot/backport-49111-branch/v17 branch November 19, 2024 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport no-changelog Indicates that a PR does not require a changelog entry size/sm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants