- introduce other category for library changelog
This commit is contained in:
@@ -66,6 +66,7 @@ jobs:
|
|||||||
id: github_release
|
id: github_release
|
||||||
uses: mikepenz/release-changelog-builder-action@main
|
uses: mikepenz/release-changelog-builder-action@main
|
||||||
with:
|
with:
|
||||||
|
configuration: "configs/configuration_repo.json"
|
||||||
toTag: ${{ steps.tag_version.outputs.VERSION }}
|
toTag: ${{ steps.tag_version.outputs.VERSION }}
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"categories": [
|
||||||
|
{
|
||||||
|
"title": "## 🚀 Features",
|
||||||
|
"labels": ["feature"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "## 🐛 Fixes",
|
||||||
|
"labels": ["fix"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "## 🧪 Tests",
|
||||||
|
"labels": ["test"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "## 💬 Other",
|
||||||
|
"labels": ["other"]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user