Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
applicationId = "see.day.app"
minSdk = 28
targetSdk = 35
versionCode = 16
versionCode = 17
versionName = "1.0.41"
}

Expand Down
8 changes: 8 additions & 0 deletions docs/releaseNote/v1.0.4/release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
씨드데이 1.0.5 릴리즈 노트
=================
Comment on lines +1 to +2
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major

릴리즈 노트 버전과 파일 경로를 일치시켜 주세요.

Line 1은 1.0.5 릴리즈 노트인데, 파일 경로는 docs/releaseNote/v1.0.4/release.md입니다. 릴리즈 노트 수집/참조 시 버전 혼선이 생길 수 있어 v1.0.5 경로로 이동(또는 버전 표기 수정)하는 것이 안전합니다.

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

In `@docs/releaseNote/v1.0.4/release.md` around lines 1 - 2, The document header
"씨드데이 1.0.5 릴리즈 노트" and the file's release version are mismatched; either change
the header text from "1.0.5" to "1.0.4" (update the string "씨드데이 1.0.5 릴리즈 노트")
or promote this content to the 1.0.5 release (ensure the release
metadata/filename is updated accordingly) so the release version in the heading
and the repository/location are consistent.

- 리뷰 유도 알럿 작업

개발자 노트
---
리뷰 유도 알럿 작업
(PR 링크 추가 예정)
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

출시 전 PR 링크 placeholder를 실제 링크로 교체해 주세요.

Line 8의 (PR 링크 추가 예정) 상태로 머지되면 릴리즈 노트 추적성이 떨어집니다. 최종 머지 전 PR URL을 확정 값으로 넣어 주세요.

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

In `@docs/releaseNote/v1.0.4/release.md` at line 8, Replace the placeholder text
"(PR 링크 추가 예정)" in release.md with the final PR URL (use Markdown link syntax,
e.g. [PR `#NN`](https://github.com/...) or the full PR URL) before merging; ensure
the inserted link points to the correct PR and update any surrounding context if
needed so the release note reads correctly and the link is clickable and
accurate.

8 changes: 8 additions & 0 deletions docs/releaseNote/v1.0.5/release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
씨드데이 1.0.5 릴리즈 노트
=================
- 리뷰 유도 알럿 작업

개발자 노트
---
리뷰 유도 알럿 작업
https://github.com/Record-Management/Android/pull/200
Loading