2 Commits
v1.0.9 ... dev

Author SHA1 Message Date
d2bcb57d53 fix typo 2025-05-29 12:41:42 +02:00
7bacf6deb6 tell changelog to use feature label 2025-05-29 12:41:06 +02:00
2 changed files with 4 additions and 3 deletions

View File

@@ -4,7 +4,8 @@
"title": "## 🚀 Features",
"labels": [
"add",
"Add"
"Add",
"Kind/Feature"
]
},
{

View File

@@ -1,6 +1,6 @@
[project]
name = "workflowbumptester"
version = "1.0.9"
version = "1.0.1"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
@@ -10,7 +10,7 @@ dependencies = [
]
[tool.bumpversion]
current_version = "1.0.9"
current_version = "1.0.1"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"