refactor: replace custom CRM with Monica fork
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
This commit is contained in:
38
.releaserc
Normal file
38
.releaserc
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"branches": [
|
||||
"main",
|
||||
"4.x",
|
||||
"next",
|
||||
"next-major",
|
||||
{"name": "beta", "prerelease": true},
|
||||
{"name": "alpha", "prerelease": true}
|
||||
],
|
||||
"plugins": [
|
||||
[
|
||||
"@semantic-release/commit-analyzer",
|
||||
{
|
||||
"preset": "conventionalcommits",
|
||||
"releaseRules": [
|
||||
{"scope": "no-release", "release": false}
|
||||
]
|
||||
}
|
||||
],
|
||||
[
|
||||
"@semantic-release/release-notes-generator",
|
||||
{
|
||||
"preset": "conventionalcommits",
|
||||
"writerOpts": {
|
||||
"commitGroupsSort": ["feat"],
|
||||
"commitsSort": ["scope", "subject"]
|
||||
}
|
||||
}
|
||||
],
|
||||
[
|
||||
"@semantic-release/changelog",
|
||||
{
|
||||
"changelogFile": "CHANGELOG.md"
|
||||
}
|
||||
],
|
||||
"@semantic-release/github"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user