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

Doc improvements #159

Closed
dfang opened this issue Sep 4, 2023 · 1 comment
Closed

Doc improvements #159

dfang opened this issue Sep 4, 2023 · 1 comment

Comments

@dfang
Copy link

dfang commented Sep 4, 2023

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.0

@christophwitzko
Copy link
Member

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

Closing this as a duplicate of #146

Best,
Chris

@christophwitzko christophwitzko closed this as not planned Won't fix, can't repro, duplicate, stale Sep 11, 2023
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

No branches or pull requests

2 participants