Compare commits
20 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e16caa6473 | ||
| 1c9cf2065d | |||
|
|
f67ebededd | ||
| 79846dfed5 | |||
|
|
9b20484753 | ||
| e5ede589e7 | |||
| c7089edfdc | |||
|
|
d4ef36a54b | ||
| 8a0b73c60d | |||
|
|
8d8e7549f6 | ||
| 5f09116071 | |||
|
|
ea68370451 | ||
| 2343d66fe2 | |||
|
|
386fa02ff9 | ||
| 4add66496b | |||
| b1432e8a85 | |||
| 2a9958fbed | |||
| 7d438bcd3e | |||
|
|
7090920424 | ||
|
|
f308c60525 |
@@ -1,103 +0,0 @@
|
|||||||
{
|
|
||||||
"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://192.168.178.110:3000"
|
baseURL: "http://gitea: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.0"
|
version = "0.2.3"
|
||||||
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.0"
|
current_version = "0.2.3"
|
||||||
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