-
Notifications
You must be signed in to change notification settings - Fork 24
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
feat(goreleaser): use github actions to make release via goreleaser #752
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we go with GoReleaser, your PR should also remove all the previous scripts (make-release
, .goxc
, etc)
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 # See: https://goreleaser.com/ci/actions/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Noice 👍🏾
65e8d95
to
19aaf9c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
You can take a look at https://github.com/curzolapierre/cli/releases/tag/1.23.11 for the result.
We need to test the install script once the release is done.
Fix #749