semantic-release-npm-github-publish 1.7.4-beta.1 → 1.7.4-beta.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/package.json +2 -1
- package/readme.md +2 -0
package/package.json
CHANGED
|
@@ -46,6 +46,7 @@
|
|
|
46
46
|
".releaserc.json",
|
|
47
47
|
"release.config.js"
|
|
48
48
|
],
|
|
49
|
+
"homepage": "https://oleg-koval.github.io/semantic-release-npm-github-publish/",
|
|
49
50
|
"license": "MIT",
|
|
50
51
|
"main": "release.config.js",
|
|
51
52
|
"name": "semantic-release-npm-github-publish",
|
|
@@ -69,6 +70,6 @@
|
|
|
69
70
|
"docsIndexKeeper": {
|
|
70
71
|
"indexFile": "docs/README.md"
|
|
71
72
|
},
|
|
72
|
-
"version": "1.7.4-beta.
|
|
73
|
+
"version": "1.7.4-beta.2",
|
|
73
74
|
"snyk": true
|
|
74
75
|
}
|
package/readme.md
CHANGED
|
@@ -23,6 +23,8 @@
|
|
|
23
23
|
|
|
24
24
|
> Opinionated `semantic-release` shareable configuration for npm + GitHub publishing with changelog generation and release commits.
|
|
25
25
|
|
|
26
|
+
Website: https://oleg-koval.github.io/semantic-release-npm-github-publish/
|
|
27
|
+
|
|
26
28
|
## About
|
|
27
29
|
|
|
28
30
|
This package is useful if you want one maintained preset instead of repeating the same `semantic-release` plugin composition in every repository.
|