Skip to content

Commit 418e427

Browse files
PeraSiteHI-JIN2
andauthored
release: 3.2.6 (#502)
* release: 3.2.6 * chore: 릴리즈 노트 문구 수정 * [Feat] 공휴일 API를 받아와서 공휴일 점심에 스낵코너가 안뜨게 처리해요 (#501) * [Feat] 공휴일 API를 연동하고 메뉴 화면에 공휴일 배너를 표시합니다 * [Refactor] 메뉴 로딩(공휴일 포함) 로직을 UseCase로 이동합니다 * [Chore] 메뉴 공휴일 배너 노출 제거 * test: update MenuViewModelBehaviorSpec for LoadMenusUseCase * [Refactor] 공휴일 캐시 제한 및 repository API 정리 * chore: 공휴일 API 관련 주석 추가 * refactor: simplify public holiday fetch * chore: early return으로 수정 --------- Co-authored-by: Jin Yu <qldls0307@naver.com>
1 parent a611a10 commit 418e427

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

.agents/skills/deploy-eatssu/SKILL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: deploy-eatssu
33
description: EAT-SSU Android 앱 릴리즈 자동화. 버전 범프, 릴리즈 노트 작성, release 브랜치 생성, PR 생성까지 전체 배포 플로우를 실행한다. "배포", "릴리즈", "release", "deploy", "출시", "버전 올려" 등의 키워드에 반응.
4-
version: 1.0.0
4+
version: 1.0.1
55
---
66

77
# Deploy EAT-SSU
@@ -95,6 +95,7 @@ en: |
9595
4. 최소 10자 이상의 내용
9696
5. CI/CD, 리팩토링 등 사용자에게 보이지 않는 변경은 "앱의 안정성과 성능을 개선했어요" 류로 통합
9797
6. 이 내용이 **Google Play Store에 그대로 업로드**됨 (ko → Korea, en → Global)
98+
7. 각 항목은 **반드시 한 문장만 사용**하고, 두 문장 이상으로 나누거나 접속사로 이어 붙여 문장 두 개처럼 쓰지 않는다
9899

99100
### Step 6: 커밋
100101

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ android {
3030
applicationId = "com.eatssu.android"
3131
minSdk = 28
3232
targetSdk = 35
33-
versionCode = 59
34-
versionName = "3.2.5"
33+
versionCode = 60
34+
versionName = "3.2.6"
3535

3636
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3737
}

release-notes/v3.2.6.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
ko: |
2+
- 알림 권한을 허용했을 때만 필요한 안내가 보이도록 개선했어요.
3+
- 일부 안내 메시지와 팝업 표현을 다듬었어요.
4+
- 앱의 내부 품질과 안정성을 정비했어요.
5+
en: |
6+
- Improved notification guidance so it appears only when notification permission is allowed.
7+
- Refined some in-app messages and popup wording.
8+
- Improved the app's internal quality and stability.

0 commit comments

Comments
 (0)