mirror of
https://github.com/yanhao98/semantic-release-action-example.git
synced 2025-07-12 21:50:49 +08:00

# [1.14.0](https://github.com/yanhao98/semantic-release-action-example/compare/v1.13.1...v1.14.0) (2024-10-16) ### Features * **a(aa):** xxx ([67d4f92
](67d4f921ee
))
17 lines
348 B
JSON
17 lines
348 B
JSON
{
|
|
"name": "semantic-release-example-24",
|
|
"description": "An example project to demonstrate semantic-release",
|
|
"version": "1.14.0",
|
|
"files": [
|
|
"CHANGELOG.md"
|
|
],
|
|
"scripts": {},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"url": "git+https://github.com/yanhao98/semantic-release-action-example.git"
|
|
},
|
|
"publishConfig": {
|
|
"provenance": true
|
|
}
|
|
}
|