mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-07 10:46:56 +00:00
# [2.3.0](https://github.com/cycjimmy/semantic-release-action/compare/v2.2.0...v2.3.0) (2020-03-21) ### Features * **branches:** support branches of semantic-release v16+ ([706c0ef](706c0ef960)), closes [#24](https://github.com/cycjimmy/semantic-release-action/issues/24) [#25](https://github.com/cycjimmy/semantic-release-action/issues/25)
27 lines
759 B
JSON
27 lines
759 B
JSON
{
|
|
"name": "@cycjimmy/semantic-release-action",
|
|
"version": "2.3.0",
|
|
"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.3",
|
|
"@cycjimmy/awesome-js-funcs": "^2.3.0"
|
|
}
|
|
}
|