mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-23 02:35:49 +08:00
22 lines
367 B
JSON
22 lines
367 B
JSON
![]() |
{
|
||
|
"debug": true,
|
||
|
"branches": [
|
||
|
"+([0-9])?(.{+([0-9]),x}).x",
|
||
|
{
|
||
|
"name": "rc"
|
||
|
},
|
||
|
{
|
||
|
"name": "beta",
|
||
|
"prerelease": true
|
||
|
},
|
||
|
{
|
||
|
"name": "alpha",
|
||
|
"prerelease": true
|
||
|
}
|
||
|
],
|
||
|
"plugins": [
|
||
|
"@semantic-release/commit-analyzer",
|
||
|
"@semantic-release/release-notes-generator",
|
||
|
"@semantic-release/github"
|
||
|
]
|
||
|
}
|