Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
55d0cb50e6 | ||
|
3424805d4e
|
@@ -1,5 +1,5 @@
|
||||
[tool.bumpversion]
|
||||
current_version = "0.1.21"
|
||||
current_version = "0.1.22"
|
||||
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
||||
serialize = ["{major}.{minor}.{patch}"]
|
||||
search = "{current_version}"
|
||||
|
||||
@@ -61,7 +61,7 @@ jobs:
|
||||
|
||||
- name: Build Changelog
|
||||
id: build_changelog
|
||||
uses: mikepenz/release-changelog-builder-action@v2
|
||||
uses: mikepenz/release-changelog-builder-action@v5
|
||||
with:
|
||||
platform: "gitea"
|
||||
configuration: ".gitea/changelog-config.json"
|
||||
|
||||
Reference in New Issue
Block a user