-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
31 lines (31 loc) · 827 Bytes
/
package.json
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
{
"name": "action-release",
"version": "0.0.7",
"private": true,
"description": "GitHub Action: GitHub Release Action",
"main": "action.js",
"scripts": {
"version": "node -p \"require('./package.json').version\"",
"changelog": "conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sondreb/action-release.git"
},
"keywords": [
"github",
"actions",
"node",
"setup"
],
"author": "Sondre Bjellås",
"license": "MIT",
"dependencies": {
"@actions/core": "1.2.6",
"@actions/github": "4.0.0",
"changelog-parser": "2.8.0"
},
"devDependencies": {
"conventional-changelog-cli": "2.2.2"
}
}