2 Commits

Author SHA1 Message Date
Gitea CI
6ffc2f6a8f Bump version: 0.1.13 → 0.1.14 2025-05-26 15:19:32 +00:00
26e0da8f0b remove metcalfc/changelog-generator@v4.6.2 2025-05-26 16:19:09 +01:00
3 changed files with 2 additions and 7 deletions

View File

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

View File

@@ -64,11 +64,6 @@ jobs:
echo "RELEASE_NOTES<<EOF" >> $GITHUB_ENV
echo "${{ github.event.inputs.release_notes }}" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
- name: Generate changelog
id: changelog
uses: metcalfc/changelog-generator@v4.6.2
with:
token: ${{ secrets.TOKEN }}
- name: Get the changelog
run: |
cat << "EOF"

View File

@@ -1 +1 @@
0.1.13
0.1.14