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

Goreleaser #133

Merged
merged 5 commits into from
Oct 11, 2023
Merged

Goreleaser #133

merged 5 commits into from
Oct 11, 2023

Conversation

talal
Copy link
Contributor

@talal talal commented Oct 6, 2023

Copy link
Member

@SuperSandro2000 SuperSandro2000 left a comment

Choose a reason for hiding this comment

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

Maybe we should save those instructions as a template somewhere instead. They probably apply in a similar fashion in more places

1. Ensure local `master` branch is up to date with `origin/master`:

```sh
git fetch --tags && git pull --tags
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
git fetch --tags && git pull --tags
git fetch --all --tags --prune && git pull --tags


```sh
git tag vX.Y.Z
git push --tags
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
git push --tags
git push
git push --tags

we want to make sure the commit is on the branch

talal added 4 commits October 10, 2023 12:47
go-makefile-maker adds the required instructions to generate
release-info to the GoReleaser workflow, there is no need for a Makefile
rule.
and remove explicit `arch` definition for platform.
@SuperSandro2000 SuperSandro2000 marked this pull request as ready for review October 11, 2023 14:16
@SuperSandro2000 SuperSandro2000 merged commit c7dd0c3 into master Oct 11, 2023
6 checks passed
@SuperSandro2000 SuperSandro2000 deleted the goreleaser branch October 11, 2023 14:20
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.

2 participants