mirror of
https://github.com/jcreek/OpenNetworkDiagram.git
synced 2026-07-12 18:43:44 +00:00
82 lines
1.3 KiB
JSON
82 lines
1.3 KiB
JSON
{
|
|
"branches": ["main"],
|
|
"tagFormat": "v${version}",
|
|
"plugins": [
|
|
[
|
|
"@semantic-release/commit-analyzer",
|
|
{
|
|
"preset": "conventionalcommits",
|
|
"releaseRules": [
|
|
{
|
|
"type": "build",
|
|
"release": "patch"
|
|
},
|
|
{
|
|
"type": "chore",
|
|
"release": "patch"
|
|
},
|
|
{
|
|
"type": "ci",
|
|
"release": "patch"
|
|
},
|
|
{
|
|
"type": "docs",
|
|
"release": "patch"
|
|
},
|
|
{
|
|
"type": "refactor",
|
|
"release": "patch"
|
|
},
|
|
{
|
|
"type": "style",
|
|
"release": "patch"
|
|
},
|
|
{
|
|
"type": "test",
|
|
"release": "patch"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
[
|
|
"@semantic-release/release-notes-generator",
|
|
{
|
|
"preset": "conventionalcommits",
|
|
"presetConfig": {
|
|
"types": [
|
|
{
|
|
"type": "build",
|
|
"section": "Build"
|
|
},
|
|
{
|
|
"type": "chore",
|
|
"section": "Chores"
|
|
},
|
|
{
|
|
"type": "ci",
|
|
"section": "CI"
|
|
},
|
|
{
|
|
"type": "docs",
|
|
"section": "Docs"
|
|
},
|
|
{
|
|
"type": "refactor",
|
|
"section": "Refactors"
|
|
},
|
|
{
|
|
"type": "style",
|
|
"section": "Style"
|
|
},
|
|
{
|
|
"type": "test",
|
|
"section": "Tests"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"@semantic-release/github"
|
|
]
|
|
}
|