Files
test-repo/.semrelrc

19 lines
291 B
Plaintext
Raw Normal View History

2024-04-23 09:58:33 +12:00
{
"plugins": {
"ci-condition": {
"name": "github",
"options": {
"defaultBranch": "main"
}
},
"changelog-generator": {
"name": "default",
"options": {
"emojis": "true"
}
},
"provider": {
"name": "gitea"
}
}
}