Skip to content

Commit dba3baf

Browse files
docs(README): mention gitlab support
1 parent 083e034 commit dba3baf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,18 @@ npx nx run-many --target=semantic-release --parallel=false
208208
```
209209
> Note: `--parallel=false` is required to run tasks sequentially, otherwise `nx run-many` will run tasks in parallel and semantic-release will fail.
210210
211+
## Gitlab support
212+
213+
In order to use this plugin on Gitlab, install `@semantic-release/gitlab@9.5.1` (>= 10.0.0 is not supported for now due to ES format) and set the following in your configuration file:
214+
```json
215+
{
216+
"plugins": [
217+
"@semantic-release/gitlab"
218+
],
219+
"github": false,
220+
}
221+
222+
```
211223

212224
## CI/CD
213225

0 commit comments

Comments
 (0)