Skip to content

[release] 2.1.2#383

Open
hye0njuoo wants to merge 1 commit intodevelopfrom
release/2.1.2
Open

[release] 2.1.2#383
hye0njuoo wants to merge 1 commit intodevelopfrom
release/2.1.2

Conversation

@hye0njuoo
Copy link
Member

✅ Check List

  • merge할 브랜치의 위치를 확인해 주세요.(main❌/develop⭕)
  • 2인 이상의 Approve를 받은 후 머지해주세요.
  • 변경사항은 500줄 이하로 유지해주세요.
  • PR에는 핵심 내용만 적고, 자세한 내용은 트슈에 작성한 뒤 링크를 공유해주세요.
  • Approve된 PR은 Assigner가 직접 머지해주세요.
  • 수정 요청이 있다면 반영 후 다시 push해주세요.

📌 Related Issue

  • closed #이슈번호

📎 Work Description

  • 어떤 기능을 구현했는지 간단히 작성해주세요.
  • 해결한 문제나 핵심 내용을 요약해서 적어주세요.

📷 Screenshots

기능/화면 iPhone SE iPhone 16 Pro
A 기능
B 기능

💬 To Reviewers

  • 리뷰어에게 전달하고 싶은 메시지를 남겨주세요.

@coderabbitai
Copy link

coderabbitai bot commented Feb 22, 2026

📝 Walkthrough

Summary by CodeRabbit

릴리스 노트

  • Chores
    • 프로젝트 버전 번호 업데이트

워크스루

Xcode 프로젝트 설정 파일에서 버전 번호를 업데이트했습니다. 현재 프로젝트 버전을 2025021501에서 2025022201로 증가시키고 마케팅 버전을 2.1.3에서 2.1.2로 조정했습니다. 변경 사항은 Hilingual 및 Hilingual-Dev 타겟의 Debug/Release 설정에 적용됩니다.

변경사항

Cohort / File(s) Summary
버전 번호 업데이트
Hilingual.xcodeproj/project.pbxproj
CURRENT_PROJECT_VERSION을 2025021501에서 2025022201로 증가시키고, MARKETING_VERSION을 2.1.3에서 2.1.2로 조정. Hilingual 및 Hilingual-Dev 타겟의 Debug/Release 모두에 적용됨.

추정 코드 리뷰 노력

🎯 1 (Trivial) | ⏱️ ~2 minutes

🐰 버전이 오르락내리락

숫자가 춤을 춘다네

빌드마다 갱신되는

히릴링구얼의 생명력!

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning PR 설명이 템플릿 구조를 따르고 있으나 실제 구현 내용이 기입되지 않았습니다. Work Description 섹션에 버전 변경 사항(2.1.3 → 2.1.2) 및 빌드 번호 변경 내용을 구체적으로 작성해주세요.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed PR 제목은 릴리스 버전 2.1.2에 대한 명확한 변경사항을 직접적으로 나타냅니다.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch release/2.1.2

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@Hilingual.xcodeproj/project.pbxproj`:
- Line 281: PR changes MARKETING_VERSION from 2.1.3 to 2.1.2 which will
downgrade develop when merging release/2.1.2→develop; after merging, immediately
re-bump MARKETING_VERSION in the Xcode project (project.pbxproj
MARKETING_VERSION) on develop to the correct next value (e.g., 2.1.3 or 2.2.0)
in a separate commit, or confirm an existing follow-up commit is planned to do
this; update any related build/version constants if present to match the new
marketing version.

"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.1.3;
MARKETING_VERSION = 2.1.2;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

MARKETING_VERSION 다운그레이드로 인한 develop 브랜치 버전 역행 주의

AI 요약에 따르면 MARKETING_VERSION2.1.3 → 2.1.2로 변경되었습니다. 이 PR이 release/2.1.2 → develop으로 병합되면, develop 브랜치의 마케팅 버전이 2.1.3에서 2.1.2로 낮아집니다.

Gitflow 관행상 release 브랜치를 develop에 병합한 후에는 develop의 버전을 다음 릴리즈(예: 2.1.3 또는 2.2.0)로 즉시 재인상해야 합니다. 병합 후 별도 커밋으로 버전 업 작업이 계획되어 있는지 확인해 주세요.

Also applies to: 319-319

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@Hilingual.xcodeproj/project.pbxproj` at line 281, PR changes
MARKETING_VERSION from 2.1.3 to 2.1.2 which will downgrade develop when merging
release/2.1.2→develop; after merging, immediately re-bump MARKETING_VERSION in
the Xcode project (project.pbxproj MARKETING_VERSION) on develop to the correct
next value (e.g., 2.1.3 or 2.2.0) in a separate commit, or confirm an existing
follow-up commit is planned to do this; update any related build/version
constants if present to match the new marketing version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant