Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .agents/skills/deploy-eatssu/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: deploy-eatssu
description: EAT-SSU Android 앱 릴리즈 자동화. 버전 범프, 릴리즈 노트 작성, release 브랜치 생성, PR 생성까지 전체 배포 플로우를 실행한다. "배포", "릴리즈", "release", "deploy", "출시", "버전 올려" 등의 키워드에 반응.
version: 1.0.0
version: 1.0.1
---

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

### Step 6: 커밋

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ android {
applicationId = "com.eatssu.android"
minSdk = 28
targetSdk = 35
versionCode = 59
versionName = "3.2.5"
versionCode = 60
versionName = "3.2.6"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
8 changes: 8 additions & 0 deletions release-notes/v3.2.6.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
ko: |
- 알림 권한을 허용했을 때만 필요한 안내가 보이도록 개선했어요.
- 일부 안내 메시지와 팝업 표현을 다듬었어요.
- 앱의 내부 품질과 안정성을 정비했어요.
en: |
- Improved notification guidance so it appears only when notification permission is allowed.
- Refined some in-app messages and popup wording.
- Improved the app's internal quality and stability.
Loading