Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bdc46d7f37 | ||
|
|
4259f49d94 | ||
|
95e2cdcdce
|
|||
|
|
55d0cb50e6 | ||
|
3424805d4e
|
|||
|
|
5c0fcbdb66 | ||
|
f35e19d44d
|
@@ -1,5 +1,5 @@
|
||||
[tool.bumpversion]
|
||||
current_version = "0.1.20"
|
||||
current_version = "0.1.24"
|
||||
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
||||
serialize = ["{major}.{minor}.{patch}"]
|
||||
search = "{current_version}"
|
||||
|
||||
@@ -61,13 +61,13 @@ jobs:
|
||||
|
||||
- name: Build Changelog
|
||||
id: build_changelog
|
||||
uses: mikepenz/release-changelog-builder-action@v2
|
||||
uses: https://github.com/mikepenz/release-changelog-builder-action@v5
|
||||
with:
|
||||
owner: "PHB"
|
||||
repo: "workflowbumptester"
|
||||
platform: "gitea"
|
||||
baseURL: "http://gitea:3000"
|
||||
configuration: ".gitea/changelog-config.json"
|
||||
token: ${{ secrets.GITEA_TOKEN }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||
|
||||
|
||||
- name: Create release
|
||||
|
||||
Reference in New Issue
Block a user