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

Build binaries on new tag creation #141

Closed
nkryuchkov opened this issue Jan 29, 2020 · 1 comment · Fixed by #153
Closed

Build binaries on new tag creation #141

nkryuchkov opened this issue Jan 29, 2020 · 1 comment · Fixed by #153
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@nkryuchkov
Copy link
Contributor

Currently, we have only one 0.1.0 tag. GitHub automatically generated a release for it: https://github.com/SkycoinProject/skywire-mainnet/releases. It contains source code but no binary builds, that are required for #129.

We need to investigate how to perform the above. There are some Go projects on GitHub that distribute binaries in GitHub releases, so having a look at them may be useful.

Here are links about GitHub releases and how to upload a binary asset that may help:
https://help.github.com/en/github/administering-a-repository/about-releases
https://github.com/actions/upload-release-asset
https://github.com/goreleaser/goreleaser

Here are projects having binaries in GitHub releases:
https://github.com/golangci/golangci-lint/releases

@nkryuchkov nkryuchkov added enhancement New feature or request question Further information is requested Milestone 3 labels Jan 29, 2020
@nkryuchkov nkryuchkov self-assigned this Feb 11, 2020
@nkryuchkov
Copy link
Contributor Author

nkryuchkov commented Feb 13, 2020

Binaries should be released manually using goreleaser. #153 implements goreleaser integration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant