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

feat(goreleaser): use github actions to make release via goreleaser #752

Merged
merged 2 commits into from
Aug 1, 2022

Conversation

curzolapierre
Copy link
Member

@curzolapierre curzolapierre commented Jul 29, 2022

  • Add a changelog entry in the section "To Be Released" of CHANGELOG.md

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

@curzolapierre curzolapierre requested a review from EtienneM July 29, 2022 14:43
.goreleaser.yaml Outdated Show resolved Hide resolved
Copy link
Member

@EtienneM EtienneM left a 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/
Copy link
Member

Choose a reason for hiding this comment

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

Noice 👍🏾

.github/workflows/publish.yml Outdated Show resolved Hide resolved
.github/workflows/publish.yml Outdated Show resolved Hide resolved
.goreleaser.yaml Outdated Show resolved Hide resolved
.goreleaser.yaml Outdated Show resolved Hide resolved
.goreleaser.yaml Outdated Show resolved Hide resolved
.goreleaser.yaml Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
Copy link
Member

@EtienneM EtienneM left a comment

Choose a reason for hiding this comment

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

🎉

@curzolapierre curzolapierre merged commit 2ba9b1e into master Aug 1, 2022
@curzolapierre curzolapierre deleted the fix/749/go_releaser branch August 1, 2022 13:11
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.

Investigate GoReleaser for the CLI releases
2 participants