-
Notifications
You must be signed in to change notification settings - Fork 1
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
Documentation needed #10
Comments
Also, how I can pass argument to |
Also, I found a bug (or misued the hook) - for me the |
Hi @grzesuav, first of all, sorry for the lack of documentation 🙏 The plugin uses a fork of GoReleaser (https://github.com/go-semantic-release/hooks-goreleaser/tree/main/goreleaser) because go-semantic-release has to inject itself directly into the release pipeline (unfortunately GoReleaser does not provide the necessary public APIs). The only way to configure GoReleaser is though the You can find the used GoReleaser version in the go.mod file. go-semantic-release has its own changelog generator. Therefore, it disables GoReleaser's changelog generation and renders all changelog config options (e.g., The main idea when I developed this plugin was to have an automatic setup to cross-compile your go binaries. |
Got it, thanks @christophwitzko ! I am not very familiar with design, do you have idea of how goreleaser config could be read from .goreleaserrc config instead of be substituted ? |
hi, I tried to use it and it worked out of the box, however I have few questions:
release
phase ?The text was updated successfully, but these errors were encountered: