portal/.semrelrc

20 lines
298 B
Plaintext
Raw Normal View History

{
"plugins": {
"commit-analyzer": {
"name": "default@^1.0.0"
},
"ci-condition": {
"name": "github"
},
"changelog-generator": {
"name": "default",
"options": {
"emojis": "true"
}
},
"provider": {
"name": "github"
}
}
}