Skip to content

Commit

Permalink
docs(README): mention gitlab support
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Sep 18, 2023
1 parent 083e034 commit dba3baf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,18 @@ npx nx run-many --target=semantic-release --parallel=false
```
> Note: `--parallel=false` is required to run tasks sequentially, otherwise `nx run-many` will run tasks in parallel and semantic-release will fail.
## Gitlab support

In order to use this plugin on Gitlab, install `@semantic-release/[email protected]` (>= 10.0.0 is not supported for now due to ES format) and set the following in your configuration file:
```json
{
"plugins": [
"@semantic-release/gitlab"
],
"github": false,
}

```

## CI/CD

Expand Down

0 comments on commit dba3baf

Please sign in to comment.