You've already forked go-semantic-release
docs(README): fix wrong confiig file
This commit is contained in:
@@ -79,7 +79,7 @@ github:
|
|||||||
user: "<user/group"
|
user: "<user/group"
|
||||||
repo: "<repositroyname>"
|
repo: "<repositroyname>"
|
||||||
## Optional, if your not using github.com
|
## Optional, if your not using github.com
|
||||||
customURL: <https://your.github>
|
customUrl: <https://your.github>
|
||||||
```
|
```
|
||||||
|
|
||||||
##### Gitlab
|
##### Gitlab
|
||||||
@@ -92,7 +92,7 @@ release: 'gitlab'
|
|||||||
gitlab:
|
gitlab:
|
||||||
repo: "<repositroyname>" ## Example group/project
|
repo: "<repositroyname>" ## Example group/project
|
||||||
## Optional, if your not using gitlab.com
|
## Optional, if your not using gitlab.com
|
||||||
customURL: <https://your.gitlab>
|
customUrl: <https://your.gitlab>
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Assets
|
#### Assets
|
||||||
@@ -181,4 +181,4 @@ go test ./...
|
|||||||
```
|
```
|
||||||
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.16.0
|
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.16.0
|
||||||
golangci-lint run ./...
|
golangci-lint run ./...
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user