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 11# @semantic-release/gitlab
22
33[ ** 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/ ) .
55
66[ ![ 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 )
77[ ![ npm next version] ( https://img.shields.io/npm/v/@semantic-release/gitlab/next.svg )] ( https://www.npmjs.com/package/@semantic-release/gitlab )
88
99| Step | Description |
1010| --------------------| -----------------------------------------------------------------------------------------------------------------------|
1111| ` 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/ ) . |
1313
1414## Install
1515
@@ -37,7 +37,7 @@ The plugin can be configured in the [**semantic-release** configuration file](ht
3737}
3838```
3939
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.
4141
4242## Configuration
4343
You can’t perform that action at this time.
0 commit comments