mirror of
https://github.com/UNITRONIX/BetterDesk.git
synced 2026-09-11 13:49:03 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user