-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.15 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "github-action-template",
"version": "0.0.0",
"description": "A sample project using semantic release with custom plugins.",
"main": "index.js",
"scripts": {
"release": "semantic-release"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.6",
"@semantic-release/release-notes-generator": "^14.0.3",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"semantic-release": "^25.0.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"release": {
"extends": "./scripts/plugins/release.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/subhamay-bhattacharyya-gha/github-action-template.git"
},
"author": "Subhamay Bhattacharyya",
"license": "MIT",
"keywords": [],
"bugs": {
"url": "https://github.com/subhamay-bhattacharyya-gha/github-action-template/issues"
},
"homepage": "https://github.com/subhamay-bhattacharyya-gha/github-action-template#readme"
}