chore: release version 3.3.0 [version-bump]

Complete stable release after PR #196 merge. Delete stale release branch
before push in version-bump-main workflow to avoid non-fast-forward failures.
This commit is contained in:
UNITRONIX
2026-06-12 06:32:55 +02:00
parent 3b234aed33
commit fe2d970574
17 changed files with 47 additions and 38 deletions
+1
View File
@@ -48,6 +48,7 @@ jobs:
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add $(node scripts/bump-version.js --list-paths)
BRANCH="release/v${NEW_VERSION}"
git push origin --delete "$BRANCH" 2>/dev/null || true
git checkout -b "$BRANCH"
git commit -m "chore: release version ${NEW_VERSION} [version-bump]"
git push -u origin "$BRANCH"