You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/.github/changelog-base.json

32 lines
582 B
JSON

{
"categories": [
{
"title": "## 🚀 Features",
"labels": ["feature"],
"exhaustive": true
},
{
"title": "## 🐛 Fixes",
"labels": ["fix"],
"exhaustive": true
},
{
"title": "## 🧪 Tests",
"labels": ["test"],
"exhaustive": true
}
],
"ignore_labels": [
"ignore"
],
"tag_resolver": {
"filter": {
"pattern": "<from-workflow>"
},
"transformer": {
"pattern": "<from-workflow>",
"target": "$1"
}
}
}