File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# @semantic-release/gitlab
2
2
3
3
[ ** semantic-release** ] ( https://github.com/semantic-release/semantic-release ) plugin to publish a
4
- [ GitLab release] ( https://docs.gitlab.com/ce/workflow/ releases.html ) .
4
+ [ GitLab release] ( https://docs.gitlab.com/ee/user/project/ releases/ ) .
5
5
6
6
[ ![ Build Status] ( https://github.com/semantic-release/gitlab/workflows/Test/badge.svg )] ( https://github.com/semantic-release/gitlab/actions?query=workflow%3ATest+branch%3Amaster ) [ ![ npm latest version] ( https://img.shields.io/npm/v/@semantic-release/gitlab/latest.svg )] ( https://www.npmjs.com/package/@semantic-release/gitlab )
7
7
[ ![ npm next version] ( https://img.shields.io/npm/v/@semantic-release/gitlab/next.svg )] ( https://www.npmjs.com/package/@semantic-release/gitlab )
8
8
9
9
| Step | Description |
10
10
| --------------------| -----------------------------------------------------------------------------------------------------------------------|
11
11
| ` verifyConditions ` | Verify the presence and the validity of the authentication (set via [ environment variables] ( #environment-variables ) ). |
12
- | ` publish ` | Publish a [ GitLab release] ( https://docs.gitlab.com/ce/workflow/ releases.html ) . |
12
+ | ` publish ` | Publish a [ GitLab release] ( https://docs.gitlab.com/ee/user/project/ releases/ ) . |
13
13
14
14
## Install
15
15
@@ -37,7 +37,7 @@ The plugin can be configured in the [**semantic-release** configuration file](ht
37
37
}
38
38
```
39
39
40
- With this example [ GitLab releases] ( https://docs.gitlab.com/ce/workflow/ releases.html ) will be published to the ` https://custom.gitlab.com ` instance.
40
+ With this example [ GitLab releases] ( https://docs.gitlab.com/ee/user/project/ releases/ ) will be published to the ` https://custom.gitlab.com ` instance.
41
41
42
42
## Configuration
43
43
You can’t perform that action at this time.
0 commit comments