2 Commits

Author SHA1 Message Date
Gitea CI
ef54d663d2 Bump version: 0.1.19 → 0.1.20 2025-05-29 08:43:15 +00:00
2ab0dcd60b Fix changelog action ID and update token secret for Gitea integration 2025-05-29 10:42:50 +02:00
3 changed files with 6 additions and 4 deletions

View File

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

View File

@@ -60,12 +60,14 @@ jobs:
branch: ${{ github.ref }}
- name: Build Changelog
id: github_release
id: build_changelog
uses: mikepenz/release-changelog-builder-action@v2
with:
owner: "PHB"
repo: "workflowbumptester"
platform: "gitea"
configuration: ".gitea/changelog-config.json"
token: ${{ secrets.TOKEN }}
token: ${{ secrets.GITEA_TOKEN }}
- name: Create release

View File

@@ -1 +1 @@
0.1.19
0.1.20