Files
semantic-release-action-exa…/package.json
semantic-release-bot 335af9b6cb chore(release): 1.13.1 [skip ci]
## [1.13.1](https://github.com/yanhao98/semantic-release-action-example/compare/v1.13.0...v1.13.1) (2024-10-11)

### Bug Fixes

* 更新CI工作流权限配置以支持发布和评论功能 ([e6514b7](e6514b76fd))
2024-10-11 16:40:04 +08:00

17 lines
348 B
JSON

{
"name": "semantic-release-example-24",
"description": "An example project to demonstrate semantic-release",
"version": "1.13.1",
"files": [
"CHANGELOG.md"
],
"scripts": {},
"license": "MIT",
"repository": {
"url": "git+https://github.com/yanhao98/semantic-release-action-example.git"
},
"publishConfig": {
"provenance": true
}
}