8 Commits

3 changed files with 7 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.1.19"
current_version = "0.1.23"
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
uses: mikepenz/release-changelog-builder-action@v2
id: build_changelog
uses: https://github.com/mikepenz/release-changelog-builder-action@v5
with:
platform: "gitea"
baseURL: "http://gitea:3000"
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.23