@devpow112/semantic-release-config 1.0.0 → 1.0.1
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/README.md +3 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[![Vulnerabilities][Vulnerabilities Badge]][Vulnerabilities Report]
|
|
8
8
|
[![Node Version][Node Version Badge]](package.json#L35)
|
|
9
9
|
|
|
10
|
-
Shareable
|
|
10
|
+
Shareable semantic release configuration.
|
|
11
11
|
|
|
12
12
|
## Installation
|
|
13
13
|
|
|
@@ -17,7 +17,7 @@ npm i -D @devpow112/semantic-release-config
|
|
|
17
17
|
|
|
18
18
|
## Usage
|
|
19
19
|
|
|
20
|
-
The shareable config can be configured in the [Semantic Release
|
|
20
|
+
The shareable config can be configured in the [Semantic Release configuration]
|
|
21
21
|
file.
|
|
22
22
|
|
|
23
23
|
```json
|
|
@@ -83,4 +83,4 @@ npm run format:md
|
|
|
83
83
|
[Release Workflow]: https://github.com/devpow112/semantic-release-config/actions/workflows/release.yml?query=branch%3Amain
|
|
84
84
|
[Vulnerabilities Badge]: https://img.shields.io/snyk/vulnerabilities/github/devpow112/semantic-release-config?label=Vulnerabilities
|
|
85
85
|
[Vulnerabilities Report]: https://snyk.io/test/github/devpow112/semantic-release-config
|
|
86
|
-
[Semantic Release
|
|
86
|
+
[Semantic Release configuration]: https://semantic-release.gitbook.io/semantic-release/usage/shareable-configurations
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devpow112/semantic-release-config",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Shareable semantic release configuration",
|
|
5
5
|
"main": "src/config.js",
|
|
6
6
|
"publishConfig": {
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@commitlint/cli": "^16.1.0",
|
|
45
|
-
"@commitlint
|
|
46
|
-
"@devpow112/eslint-config": "^1.1.
|
|
45
|
+
"@devpow112/commitlint-config": "^1.0.0",
|
|
46
|
+
"@devpow112/eslint-config": "^1.1.1",
|
|
47
47
|
"@semantic-release/git": "^10.0.1",
|
|
48
48
|
"conventional-changelog-conventionalcommits": "^4.6.3",
|
|
49
49
|
"eslint": "^8.8.0",
|