-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
26 lines (26 loc) · 926 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
{
"name": "commit-messages-since-release",
"version": "1.0.6",
"description": "- token: - description: Your Github token - required: true - release-tag: - description: The release tag, defaults to N-1 release - required: false # Outputs - messages: - description: All commit messages",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "ncc build index.js --license LICENSE"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Elfsquad/commit-messages-since-release.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Elfsquad/commit-messages-since-release/issues"
},
"homepage": "https://github.com/Elfsquad/commit-messages-since-release#readme",
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/github": "^5.0.0",
"@vercel/ncc": "^0.38.1"
}
}