5 Commits

3 changed files with 7 additions and 3 deletions

View File

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

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "workflowbumptester" name = "workflowbumptester"
version = "1.0.9" version = "1.0.10"
description = "Add your description here" description = "Add your description here"
readme = "README.md" readme = "README.md"
requires-python = ">=3.13" requires-python = ">=3.13"
@@ -10,7 +10,7 @@ dependencies = [
] ]
[tool.bumpversion] [tool.bumpversion]
current_version = "1.0.9" current_version = "1.0.10"
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}"

3
renovate.json Normal file
View File

@@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}