Files
test-repo/.semrelrc
Aaron Guise 8410695b54
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1s
Gitea Actions Demo / release (push) Failing after 11s
fix: Add semantic release config 👷
2024-04-23 09:58:33 +12:00

19 lines
291 B
Plaintext

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