Initial commit

This commit is contained in:
严浩
2024-10-11 15:55:27 +08:00
commit 2466f5a927
9 changed files with 115 additions and 0 deletions

16
package.json Normal file
View File

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