6 Commits

3 changed files with 6 additions and 5 deletions

View File

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

View File

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

View File

@@ -1 +1 @@
0.1.19
0.1.22