mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-12-27 08:38:17 +00:00
# [6.0.0](https://github.com/cycjimmy/semantic-release-action/compare/v5.0.2...v6.0.0) (2025-11-17) ### Features * **deps:** update semantic-release to version 25 ([9246c0b](9246c0bd17)) ### BREAKING CHANGES * **deps:** Update semantic-release to version 25
31 lines
909 B
JSON
31 lines
909 B
JSON
{
|
|
"name": "@cycjimmy/semantic-release-action",
|
|
"version": "6.0.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.11.1",
|
|
"@actions/io": "^2.0.0",
|
|
"@cycjimmy/awesome-js-funcs": "^4.0.9",
|
|
"@semantic-release/changelog": "^6.0.3",
|
|
"@semantic-release/git": "^10.0.1",
|
|
"semantic-release": "^25.0.2"
|
|
}
|
|
}
|