버전문제 수정

This commit is contained in:
Macbook
2026-06-15 00:03:05 +09:00
parent 55a517ba1c
commit d8529ed582
7 changed files with 90 additions and 27 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
# git push + desktop semver 명시 bump (커밋 포함)
# git push + desktop semver bump (원격 latest.json 반영) + push + Jenkins
#
# Desktop 은 frontend 소스를 번들하고 backend API 를 사용하므로
# frontend / backend / desktop / packages/shared 변경 후 push 시 사용하세요.
# plain git push 만 하면 git tauri.conf 버전 그대로 빌드될 수 있습니다.
# 이 스크립트 또는 Jenkins CI bump(DESKTOP_BUMP_ON_CI=1) 로 semver 가 올라갑니다.
#
# Usage:
# ./scripts/push-with-desktop-version.sh [git push 인자...]