fix: Add semantic release config 👷
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1s
Gitea Actions Demo / release (push) Failing after 11s

This commit is contained in:
2024-04-23 09:58:33 +12:00
parent 6287d0ef93
commit 8410695b54

19
.semrelrc Normal file
View File

@@ -0,0 +1,19 @@
{
"plugins": {
"ci-condition": {
"name": "github",
"options": {
"defaultBranch": "main"
}
},
"changelog-generator": {
"name": "default",
"options": {
"emojis": "true"
}
},
"provider": {
"name": "gitea"
}
}
}