mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-14 14:03:47 +00:00
## [2.0.2](https://github.com/cycjimmy/semantic-release-action/compare/v2.0.1...v2.0.2) (2019-10-26) ### Bug Fixes * **.npmrc:** modify wrong cwd for exec ([6cfcf38](6cfcf38c9b))
35 lines
924 B
JSON
35 lines
924 B
JSON
{
|
|
"name": "@cycjimmy/semantic-release-action",
|
|
"version": "2.0.2",
|
|
"description": "GitHub Action for Semantic Release",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/cycjimmy/semantic-release-action.git"
|
|
},
|
|
"keywords": [
|
|
"semantic-release",
|
|
"action"
|
|
],
|
|
"author": "cycjimmy <cycjimmy@gmail.com> (https://github.com/cycjimmy)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/cycjimmy/semantic-release-action/issues"
|
|
},
|
|
"homepage": "https://github.com/cycjimmy/semantic-release-action#readme",
|
|
"dependencies": {
|
|
"@actions/core": "^1.1.3",
|
|
"semantic-release": "^15.13.24"
|
|
},
|
|
"devDependencies": {
|
|
"cz-conventional-changelog": "^3.0.2"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
}
|
|
}
|
|
}
|