portal/.semrelrc

23 lines
456 B
Plaintext
Raw Normal View History

{
2024-01-12 02:09:21 +00:00
"plugins": {
"commit-analyzer": {
"name": "default@^1.0.0"
},
"ci-condition": {
"name": "github",
"options": {
"defaultBranch": "*"
}
},
"changelog-generator": {
"name": "default",
"options": {
"emojis": "true"
}
},
"provider": {
2024-01-12 13:24:12 +00:00
"name": "default"
2024-01-12 02:09:21 +00:00
}
}
}