chore: 대학 정보 릴리즈 타깃 추가#544
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
관련 이슈
작업 내용
university와all을 추가했습니다.university선택 시main -> release-university승격이 실행되도록 했습니다.all선택 시release-web,release-admin,release-university를 함께 갱신하도록 했습니다.both는 web + admin 릴리즈 의미로 유지해 기존 사용 흐름을 보존했습니다.release-universityproduction branch 설정을 추가했습니다.특이 사항
release-university로 설정해야 합니다.UNIVERSITY_WEB_DOMAIN은 university-web production origin을 바라봐야 합니다.검증
ruby -e 'require "yaml"; YAML.load_file(".github/workflows/release.yml"); puts "release.yml YAML parse passed"'git diff --check리뷰 요구사항 (선택)
all을 새 기본 target으로 둔 것이 운영 릴리즈 플로우에 맞는지 확인 부탁드립니다.both를 기존 호환용 web + admin으로 유지하는 네이밍이 괜찮은지 확인 부탁드립니다.