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

[v15] build: Fix "make create-github-release" #49168

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
Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-49168.d1v2yqnl3ruxch.amplifyapp.com

@camscale camscale added this pull request to the merge queue Nov 19, 2024
Merged via the queue into branch/v15 with commit ca0d551 Nov 19, 2024
36 checks passed
@camscale camscale deleted the bot/backport-49111-branch/v15 branch November 19, 2024 22:20
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