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 multiple small issues with release, prepare for 0.2.2-alpha #378

Merged
merged 5 commits into from
Jun 23, 2023

Conversation

guggero
Copy link
Member

@guggero guggero commented Jun 23, 2023

Replaces #377.

Adds some Golang version bumps that were missed in #375 and updates the comments on what files such a bump needs to update.

Also makes sure that we catch release compilation issues early by running the release build in CI.

Since there was already a tag pushed for v0.2.1-alpha, we need to bump the version to v0.2.2-alpha.

Comment on lines +80 to +83
########################
# cross compilation
########################
cross-compile:
Copy link
Contributor

Choose a reason for hiding this comment

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

release-build instead of cross-compile?

Copy link
Member Author

Choose a reason for hiding this comment

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

This naming is from lnd where we actually have a release build (which creates a GitHub release and uploads the binaries to it) which is only triggered on pushed tags. So to distinguish that action from the CI step that is executed on every PR, we call this cross-compile instead. The make goal is the same, but the intent here is to cross compile to all release platforms (but the result is then discarded).

Copy link
Collaborator

@jharveyb jharveyb left a comment

Choose a reason for hiding this comment

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

LGTM, verified that all golang versions are bumped.

@jharveyb jharveyb added this pull request to the merge queue Jun 23, 2023
Merged via the queue into main with commit 257ad39 Jun 23, 2023
12 checks passed
@guggero guggero deleted the cross-compile branch June 23, 2023 15:22
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

3 participants