mirror of
https://github.com/yanhao98/semantic-release-action.git
synced 2025-07-13 07:40:48 +08:00
feat: first commit
This commit is contained in:
31
package.json
Normal file
31
package.json
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"private": false,
|
||||
"packageManager": "pnpm@9.11.0",
|
||||
"name": "@murielmay67-1/semantic-release-example",
|
||||
"files": [],
|
||||
"devDependencies": {
|
||||
"@semantic-release/changelog": "^6.0.3",
|
||||
"@semantic-release/git": "^10.0.1",
|
||||
"@types/node": "^22.7.4",
|
||||
"semantic-release": "^24.1.2"
|
||||
},
|
||||
"renovate": {
|
||||
"extends": [
|
||||
"https://git.1-h.cc/examples/renovate-example/raw/branch/main/default.json5"
|
||||
],
|
||||
"dependencyDashboard": false
|
||||
},
|
||||
"release": {
|
||||
"plugins": [
|
||||
"@semantic-release/commit-analyzer",
|
||||
"@semantic-release/release-notes-generator",
|
||||
"@semantic-release/changelog",
|
||||
[
|
||||
"@semantic-release/git",
|
||||
{
|
||||
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user