2 Commits

Author SHA1 Message Date
Gitea CI
4259f49d94 Bump version: 0.1.22 → 0.1.23 2025-05-29 08:52:44 +00:00
95e2cdcdce Fix changelog action usage by specifying the full GitHub URL for the action 2025-05-29 10:52:21 +02:00
3 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.1.22"
current_version = "0.1.23"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"

View File

@@ -61,9 +61,10 @@ jobs:
- name: Build Changelog
id: build_changelog
uses: mikepenz/release-changelog-builder-action@v5
uses: https://github.com/mikepenz/release-changelog-builder-action@v5
with:
platform: "gitea"
baseURL: "http://gitea:3000"
configuration: ".gitea/changelog-config.json"
env:
GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }}

View File

@@ -1 +1 @@
0.1.22
0.1.23