mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-07 10:46:56 +00:00
## [2.5.2](https://github.com/cycjimmy/semantic-release-action/compare/v2.5.1...v2.5.2) (2020-11-12) ### Bug Fixes * use silent installation to prevent npm WARN ([7ca507d](7ca507d26a)), closes [#48](https://github.com/cycjimmy/semantic-release-action/issues/48)
27 lines
759 B
JSON
27 lines
759 B
JSON
{
|
|
"name": "@cycjimmy/semantic-release-action",
|
|
"version": "2.5.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.2.6",
|
|
"@cycjimmy/awesome-js-funcs": "^2.4.0"
|
|
}
|
|
}
|