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: remove Homebrew Tap from config #122

Merged
merged 3 commits into from
Oct 11, 2023
Merged

Conversation

talal
Copy link
Contributor

@talal talal commented Oct 6, 2023

and:

  • use createConfig for option key as it conveys the intent better similiar to golangciLint.createConfig.
  • use .yaml for file extension in order to be consistent with GitHub workflow and golangci-lint config files.

and:
- use `createConfig` for option key as it conveys the intent better
  similiar to `golangciLint.createConfig`.
- use `.yaml` for file extension in order to be consistent with GitHub
  workflow and golangci-lint config files.
@talal talal force-pushed the GoReleaser-update branch from 758c0c8 to 2a6324a Compare October 6, 2023 16:18
so that we don't have to add a corresponding verbatim section in the
`Makefile.maker.yaml` file.
@SuperSandro2000
Copy link
Member

I have actually started this locally, too but I can rebase mine on top of yours afterwards.

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.

I will merge this on Monday to fix potentially issues

Comment on lines +40 to +43
Run: makeMultilineYAMLString([]string{
"go install github.com/sapcc/go-bits/tools/release-info@latest",
"release-info CHANGELOG.md $(shell git describe --tags --abbrev=0) > build/release-info",
}),
Copy link
Member

Choose a reason for hiding this comment

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

less abstraction layers make totally sense here 👍🏼

@SuperSandro2000 SuperSandro2000 merged commit 6402635 into main Oct 11, 2023
6 checks passed
@SuperSandro2000 SuperSandro2000 deleted the GoReleaser-update branch October 11, 2023 14:06
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