2 Commits

Author SHA1 Message Date
2df09c467e chore(version): bump version to 2.0.1
All checks were successful
Auto Changelog & Release / release (push) Successful in 8s
2025-07-04 11:32:16 +02:00
09e41744fb feat(workflows): allow non-main branch releases
- Updates the release action version for compatibility
- Adds support for releasing from non-main branches
2025-07-04 11:32:10 +02:00
2 changed files with 3 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ jobs:
with:
fetch-depth: 0
- name: Release
uses: https://git.0xmax42.io/actions/auto-changelog-release-action@v0.3.0
uses: https://git.0xmax42.io/actions/auto-changelog-release-action@v0
with:
token: ${{ secrets.RELEASE_PUBLISH_TOKEN }}
allow_non_main_release: "true"

View File

@@ -1 +1 @@
2.0.0
2.0.1