Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cadf44ab5b | ||
| e0491fb965 | |||
|
9c5e4d0510
|
|||
|
|
4a81ec56e6 | ||
| a316d6630b | |||
|
bf687305ef
|
@@ -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 }}
|
||||
|
||||
|
||||
1
hello.py
1
hello.py
@@ -6,6 +6,7 @@ def main():
|
||||
def get_version():
|
||||
with open(".version") as f:
|
||||
return f.read().strip()
|
||||
print("Done")
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "workflowbumptester"
|
||||
version = "1.0.7"
|
||||
version = "1.0.9"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
@@ -10,7 +10,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[tool.bumpversion]
|
||||
current_version = "1.0.7"
|
||||
current_version = "1.0.9"
|
||||
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
||||
serialize = ["{major}.{minor}.{patch}"]
|
||||
search = "{current_version}"
|
||||
|
||||
Reference in New Issue
Block a user