You've already forked go-semantic-release
fix(ci): add gitlab ci detection
This commit is contained in:
@@ -71,6 +71,8 @@ At the moment we support releases to gitlab and github.
|
||||
|
||||
##### Github
|
||||
|
||||
You need to set the env `GITHUB_TOKEN` with an access token.
|
||||
|
||||
```yml
|
||||
release: 'github'
|
||||
github:
|
||||
@@ -82,6 +84,9 @@ github:
|
||||
|
||||
##### Gitlab
|
||||
|
||||
You need to set the env `GITLAB_ACCESS_TOKEN` with an personal access token.
|
||||
|
||||
|
||||
```yml
|
||||
release: 'gitlab'
|
||||
gitlab:
|
||||
|
||||
Reference in New Issue
Block a user