We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
what is default CI Condition ? how is it different from CI Condition: Github ?
and how to install it by using go install ?
go install
go install github.com/go-semantic-release/[email protected] fails on go 1.21.0
go install github.com/go-semantic-release/[email protected]
The text was updated successfully, but these errors were encountered:
Hey @dfang,
sorry about the incomplete docs 😢
You can install the tool either via npm or curl: https://github.com/go-semantic-release/semantic-release#installation
what is default CI Condition ?
The default CI condition is a fallback plugin if the CI cannot be detected and does not check anything: https://github.com/go-semantic-release/condition-default/blob/master/pkg/condition/default.go
how is it different from CI Condition: Github ?
The GitHub Actions condition checks if go-semantic-release should create a new release or not (e.g. if it is running on the default branch): https://github.com/go-semantic-release/condition-github/blob/master/pkg/condition/github.go
go-semantic-release
Closing this as a duplicate of #146
Best, Chris
Sorry, something went wrong.
No branches or pull requests
what is default CI Condition ? how is it different from CI Condition: Github ?
and how to install it by using
go install
?go install github.com/go-semantic-release/[email protected]
fails on go 1.21.0The text was updated successfully, but these errors were encountered: