3 Commits

Author SHA1 Message Date
Gitea CI
0bcf0200ab Bump version: 1.0.6 → 1.0.7 2025-05-29 10:24:13 +00:00
6dff0e0cfc Merge pull request 'test: do not use changelog template' (#14) from dev into main
Reviewed-on: #14
2025-05-29 11:23:53 +01:00
474d92e180 test: do not use changelog template 2025-05-29 12:23:32 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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 }}

View File

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