mirror of
https://github.com/diligencia/semantic-branch-version.git
synced 2024-11-23 13:03:51 +08:00
17 lines
329 B
JSON
17 lines
329 B
JSON
{
|
|
"name": "semantic-git-version-action",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@actions/core": "^1.2.4",
|
|
"@actions/github": "^4.0.0"
|
|
}
|
|
}
|