Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
86e7d9fe57
|
|||
|
c07d0ee919
|
|||
|
382aac8d51
|
103
.gitea/changelog-config.json
Normal file
103
.gitea/changelog-config.json
Normal file
@@ -0,0 +1,103 @@
|
|||||||
|
{
|
||||||
|
"categories": [
|
||||||
|
{
|
||||||
|
"title": "## 🚀 Features",
|
||||||
|
"labels": [
|
||||||
|
"add",
|
||||||
|
"Add",
|
||||||
|
"Kind/Feature",
|
||||||
|
"feat",
|
||||||
|
"Feature",
|
||||||
|
"Feat"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "## 🧰 Enhancements",
|
||||||
|
"labels": [
|
||||||
|
"enhancement",
|
||||||
|
"Enhancement",
|
||||||
|
"Kind/Enhancement",
|
||||||
|
"improvement",
|
||||||
|
"Improvement",
|
||||||
|
"Kind/Improvement"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "## 🐛 Fixes",
|
||||||
|
"labels": [
|
||||||
|
"fix",
|
||||||
|
"Fix",
|
||||||
|
"Kind/Bug",
|
||||||
|
"Kind/Security"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "## 🧪 Upgrade",
|
||||||
|
"labels": ["upgrade","Upgrade","Clean"]
|
||||||
|
}
|
||||||
|
,
|
||||||
|
{
|
||||||
|
"title": "## 📝 Documentation",
|
||||||
|
"labels": ["docs","Docs", "Kind/Documentation"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "## 🛠️ Maintenance",
|
||||||
|
"labels": [
|
||||||
|
"maintenance",
|
||||||
|
"Maintenance",
|
||||||
|
"Kind/Maintenance",
|
||||||
|
"chore",
|
||||||
|
"Chore",
|
||||||
|
"Kind/Chore"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "## ⏪ Reverts",
|
||||||
|
"labels": [
|
||||||
|
"revert",
|
||||||
|
"Revert",
|
||||||
|
"Kind/Revert",
|
||||||
|
"Kind/Reverts",
|
||||||
|
"reverts",
|
||||||
|
"Reverts"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "## 🗑️ Deprecation",
|
||||||
|
"labels": ["deprecation","Deprecation", "Kind/Deprecation"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "## ⚡️ Performance Improvements",
|
||||||
|
"labels": [
|
||||||
|
"perf",
|
||||||
|
"Perf",
|
||||||
|
"Kind/Performance"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "## 🎨 Styling",
|
||||||
|
"labels": [
|
||||||
|
"style",
|
||||||
|
"Style",
|
||||||
|
"Kind/Style"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "## 🎯 Other Changes",
|
||||||
|
"labels": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"label_extractor": [
|
||||||
|
{
|
||||||
|
"pattern": "(\\w+) (.+)",
|
||||||
|
"target": "$1",
|
||||||
|
"on_property": "title"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"sort": "ASC",
|
||||||
|
"template": "${{CHANGELOG}}",
|
||||||
|
"pr_template": "- ${{TITLE}}\n - PR: #${{NUMBER}}",
|
||||||
|
"empty_template": "- no changes",
|
||||||
|
"max_pull_requests": 1000,
|
||||||
|
"max_back_track_time_days": 1000
|
||||||
|
}
|
||||||
@@ -51,7 +51,7 @@ jobs:
|
|||||||
uses: https://github.com/mikepenz/release-changelog-builder-action@v5
|
uses: https://github.com/mikepenz/release-changelog-builder-action@v5
|
||||||
with:
|
with:
|
||||||
platform: "gitea"
|
platform: "gitea"
|
||||||
baseURL: "http://gitea:3000"
|
baseURL: "http://192.168.178.110:3000"
|
||||||
configuration: ".gitea/changelog-config.json"
|
configuration: ".gitea/changelog-config.json"
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "komconfig"
|
name = "komconfig"
|
||||||
version = "0.2.3"
|
version = "0.2.0"
|
||||||
description = "A small library providing a config class that provides settings data for the KomSuite"
|
description = "A small library providing a config class that provides settings data for the KomSuite"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [{ name = "WorldTeacher", email = "coding_contact@pm.me" }]
|
authors = [{ name = "WorldTeacher", email = "coding_contact@pm.me" }]
|
||||||
@@ -24,7 +24,7 @@ test = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[tool.bumpversion]
|
[tool.bumpversion]
|
||||||
current_version = "0.2.3"
|
current_version = "0.2.0"
|
||||||
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
||||||
serialize = ["{major}.{minor}.{patch}"]
|
serialize = ["{major}.{minor}.{patch}"]
|
||||||
search = "{current_version}"
|
search = "{current_version}"
|
||||||
|
|||||||
Reference in New Issue
Block a user