mirror of
https://github.com/yanhao98/semantic-release-action-example.git
synced 2025-07-13 06:00:47 +08:00
Initial commit
This commit is contained in:
16
package.json
Normal file
16
package.json
Normal 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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user