@alanscodelog/semantic-release-config 2.0.0 → 2.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/package.json +15 -15
package/package.json
CHANGED
|
@@ -1,25 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alanscodelog/semantic-release-config",
|
|
3
3
|
"description": "My preferred semantic release config.",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.1",
|
|
5
5
|
"main": "release.config.js",
|
|
6
6
|
"scripts": {
|
|
7
|
-
"lint:commits": "
|
|
7
|
+
"lint:commits": "commitlint --from $(git rev-list HEAD --not --remotes | tail -1)^ --to HEAD --verbose",
|
|
8
8
|
"prepare": "husky install"
|
|
9
9
|
},
|
|
10
|
-
"dependencies": {
|
|
10
|
+
"dependencies": {
|
|
11
|
+
"semantic-release": "^19.0.5",
|
|
12
|
+
"@semantic-release/changelog": "^6.0.2",
|
|
13
|
+
"@semantic-release/commit-analyzer": "^9.0.2",
|
|
14
|
+
"@semantic-release/github": "^8.0.7",
|
|
15
|
+
"@semantic-release/npm": "^9.0.1",
|
|
16
|
+
"@semantic-release/release-notes-generator": "^10.0.3",
|
|
17
|
+
"conventional-changelog-conventionalcommits": "^5.0.0",
|
|
18
|
+
"@alanscodelog/semantic-release-config": "^2.0.0",
|
|
19
|
+
"@alanscodelog/commitlint-config": "^2.0.0"
|
|
20
|
+
},
|
|
11
21
|
"devDependencies": {
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"@semantic-release/commit-analyzer": "^9.0.1",
|
|
15
|
-
"@semantic-release/github": "^8.0.2",
|
|
16
|
-
"@semantic-release/npm": "^8.0.3",
|
|
17
|
-
"@semantic-release/release-notes-generator": "^10.0.2",
|
|
18
|
-
"conventional-changelog-conventionalcommits": "^4.6.1",
|
|
19
|
-
"@alanscodelog/semantic-release-config": "^1.0.3",
|
|
20
|
-
"@alanscodelog/commitlint-config": "latest",
|
|
21
|
-
"commitlint": "^14.1.0",
|
|
22
|
-
"husky": "^7.0.0"
|
|
22
|
+
"commitlint": "^17.3.0",
|
|
23
|
+
"husky": "^8.0.2"
|
|
23
24
|
},
|
|
24
25
|
"author": "Alan <alanscodelog@gmail.com>",
|
|
25
26
|
"repository": "https://github.com/alanscodelog/my-semantic-release-config",
|
|
@@ -48,7 +49,6 @@
|
|
|
48
49
|
"lint:commits": "Lints all unpushed commits in the active branch."
|
|
49
50
|
}
|
|
50
51
|
},
|
|
51
|
-
"TEMPLATE:4df5c37": "Ignore. Commit of the template this was created with / last updated to.",
|
|
52
52
|
"publishConfig": {
|
|
53
53
|
"access": "public"
|
|
54
54
|
}
|