Files
semantic-release-action-exa…/package.json
semantic-release-bot 78d17d5a74 chore(release): 1.12.0 [skip ci]
# [1.12.0](https://github.com/yanhao98/semantic-release-action-example/compare/v1.11.0...v1.12.0) (2024-10-11)

### Features

* @semantic-release/github ([88d6bcc](88d6bccac3))
* 添加 GitHub 令牌到 CI 配置以支持发布流程 ([177eee0](177eee0ce6))
2024-10-11 16:30:48 +08:00

17 lines
348 B
JSON

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