semantic-release 17.4.1 → 17.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/extending/plugins-list.md +1 -1
- package/lib/git.js +1 -1
- package/package.json +2 -2
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
- `publish`: Publish the package on the npm registry
|
|
21
21
|
- [@semantic-release/gitlab](https://github.com/semantic-release/gitlab)
|
|
22
22
|
- `verifyConditions`: Verify the presence and the validity of the GitLab authentication and release configuration
|
|
23
|
-
- `publish`: Publish a [GitLab release](https://docs.gitlab.com/
|
|
23
|
+
- `publish`: Publish a [GitLab release](https://docs.gitlab.com/ee/user/project/releases/)
|
|
24
24
|
- [@semantic-release/git](https://github.com/semantic-release/git)
|
|
25
25
|
- `verifyConditions`: Verify the presence and the validity of the Git authentication and release configuration
|
|
26
26
|
- `prepare`: Push a release commit and tag, including configurable files
|
package/lib/git.js
CHANGED
|
@@ -318,7 +318,7 @@ async function getNote(ref, execaOptions) {
|
|
|
318
318
|
}
|
|
319
319
|
|
|
320
320
|
/**
|
|
321
|
-
*
|
|
321
|
+
* Add JSON note to a given reference.
|
|
322
322
|
*
|
|
323
323
|
* @param {Object} note The object to save in the reference note.
|
|
324
324
|
* @param {String} ref The Git reference to add the note to.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "semantic-release",
|
|
3
3
|
"description": "Automated semver compliant package publishing",
|
|
4
|
-
"version": "17.4.
|
|
4
|
+
"version": "17.4.2",
|
|
5
5
|
"author": "Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)",
|
|
6
6
|
"ava": {
|
|
7
7
|
"files": [
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"get-stream": "^6.0.0",
|
|
36
36
|
"git-log-parser": "^1.2.0",
|
|
37
37
|
"hook-std": "^2.0.0",
|
|
38
|
-
"hosted-git-info": "^
|
|
38
|
+
"hosted-git-info": "^4.0.0",
|
|
39
39
|
"lodash": "^4.17.15",
|
|
40
40
|
"marked": "^2.0.0",
|
|
41
41
|
"marked-terminal": "^4.1.1",
|