Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ef54d663d2 | ||
|
2ab0dcd60b
|
@@ -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}"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user