Skip to content

chore: 릴리즈 스킬 마일스톤 클로즈 및 Slack 메시지 템플릿 개선#452

Merged
knine79 merged 2 commits intomainfrom
chore/release-skill-milestone
Mar 25, 2026
Merged

chore: 릴리즈 스킬 마일스톤 클로즈 및 Slack 메시지 템플릿 개선#452
knine79 merged 2 commits intomainfrom
chore/release-skill-milestone

Conversation

@knine79
Copy link
Copy Markdown
Contributor

@knine79 knine79 commented Mar 25, 2026

개요

  • 릴리즈 생성 스킬 개선

수정사항

  • 릴리즈 생성 후 해당 버전 마일스톤 자동 클로즈 단계 추가 (4단계)
  • Slack 메시지 변환 규칙 추가: 지라 티켓번호 링크, PR 링크 유지, Full Changelog URL 축약

Summary by CodeRabbit

릴리스 노트

  • Chores
    • 릴리스 프로세스 및 알림 형식이 개선되었습니다.

@knine79 knine79 requested a review from a team as a code owner March 25, 2026 07:42
@knine79 knine79 requested review from agiletalk and szzang-kr and removed request for a team March 25, 2026 07:42
@knine79 knine79 added the in review This issue requires a review. label Mar 25, 2026
@knine79 knine79 self-assigned this Mar 25, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 25, 2026

개요

릴리스 스킬 문서가 업데이트되어 마일스톤 클로즈 단계, Slack 메시지 템플릿 변환 규칙, GitHub 릴리스 본문을 Slack mrkdwn으로 변환하는 규칙이 추가되었습니다.

변경사항

코호트 / 파일(들) 요약
릴리스 스킬 문서
.claude/skills/release/SKILL.md
마일스톤 클로즈 단계 추가, Slack 메시지 포맷 변경(마크다운 링크에서 Slack 포맷으로), GitHub 릴리스 본문 변환 규칙 추가(Jira 티켓 링크 재작성, PR URL-번호 변환, 불릿 포맷 변환).

예상 코드 리뷰 노력

🎯 1 (Trivial) | ⏱️ ~3 분

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed PR 제목은 변경사항의 핵심을 명확하게 요약합니다: 릴리즈 스킬에서 마일스톤 클로즈 기능 추가 및 Slack 메시지 템플릿 개선입니다.
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
  • Commit unit tests in branch chore/release-skill-milestone

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

@knine79 knine79 added this to the 3.4.3 milestone Mar 25, 2026
Copy link
Copy Markdown

@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 @.claude/skills/release/SKILL.md:
- Around line 52-54: The milestone lookup command `gh api
repos/wanteddev/montage-ios/milestones --jq '.[] |
select(.title=="{version_without_v}") | .number'` misses pagination and will
only return the first 30 items; update that command to include GitHub CLI
pagination (add the `--paginate` flag) so all open milestones are searched
before deciding the milestone does not exist, leaving the subsequent patch/close
logic (`gh api -X PATCH ... -f state=closed`) unchanged.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 6561314b-b5ad-4201-99d2-fff3b66f89b7

📥 Commits

Reviewing files that changed from the base of the PR and between 8e06b46 and 4fe548e.

📒 Files selected for processing (1)
  • .claude/skills/release/SKILL.md

@knine79 knine79 merged commit c3581ed into main Mar 25, 2026
5 of 6 checks passed
@knine79 knine79 deleted the chore/release-skill-milestone branch March 25, 2026 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AI Review Completed in review This issue requires a review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants