Merge pull request 're-enable changelog' (#19) from dev into main
Reviewed-on: #19
This commit was merged in pull request #19.
This commit is contained in:
@@ -4,55 +4,20 @@
|
||||
"title": "## 🚀 Features",
|
||||
"labels": [
|
||||
"add",
|
||||
"Add",
|
||||
"Kind/Feature"
|
||||
"Add"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "## 🐛 Fixes",
|
||||
"labels": [
|
||||
"fix",
|
||||
"Fix",
|
||||
"Kind/Bug"
|
||||
"Fix"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "## 🧪 Upgrade",
|
||||
"labels": ["upgrade","Upgrade","Clean"]
|
||||
}
|
||||
,
|
||||
{
|
||||
"title": "## 📝 Documentation",
|
||||
"labels": [
|
||||
"docs",
|
||||
"Docs",
|
||||
"Kind/Documentation"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "## 🧹 Chore",
|
||||
"labels": [
|
||||
"chore",
|
||||
"Chore",
|
||||
"Kind/Chore"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "## 🛠️ Maintenance",
|
||||
"labels": [
|
||||
"maintenance",
|
||||
"Maintenance",
|
||||
"Kind/Maintenance"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "## 🗑️ Deprecation",
|
||||
"labels": [
|
||||
"deprecation",
|
||||
"Deprecation",
|
||||
"Kind/Deprecation"
|
||||
]
|
||||
}
|
||||
],
|
||||
"label_extractor": [
|
||||
{
|
||||
|
||||
@@ -67,7 +67,7 @@ jobs:
|
||||
|
||||
platform: "gitea"
|
||||
baseURL: "http://gitea:3000"
|
||||
# configuration: ".gitea/changelog-config.json"
|
||||
configuration: ".gitea/changelog-config.json"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user