2 Commits

Author SHA1 Message Date
Gitea CI
a960641000 Bump version: 0.1.14 → 0.1.15 2025-05-26 15:21:10 +00:00
d8139a5193 remove create release notes 2025-05-26 17:20:39 +02:00
3 changed files with 3 additions and 7 deletions

View File

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

View File

@@ -70,11 +70,7 @@ jobs:
${{ steps.changelog.outputs.changelog }}
EOF
echo ${{ steps.changelog.outputs.changelog }}
- name: Create release notes
uses: johnyherangi/create-release-notes@main
id: create-release-notes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create release
id: create_release

View File

@@ -1 +1 @@
0.1.14
0.1.15