release-prep
Prepare a marimo-for-JetBrains release — generate CHANGELOG.md entries from merged pull requests, bump the version, and publish. Use when cutting a new plugin release.
소스 정보
- 저장소
- marimo-team/jetbrains-marimo
- 최근 소스 활동
- 2026년 8월 17일 23:45
- 감지된 SKILL.md 언어
- 영어
- 스타
- 9
- 포크
- 3
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
SKILL.md 표시 중
SKILL.md
소스 지침 · 읽기 전용 미리보기- name
- release-prep
- description
- Prepare a marimo-for-JetBrains release — generate CHANGELOG.md entries from merged pull requests, bump the version, and publish. Use when cutting a new plugin release.
# Release prep
The runbook lives in [CONTRIBUTING.md](../../../CONTRIBUTING.md) under
"Releasing", so that people and any AI assistant follow one set of steps and
there is a single place to keep current.
Read that section and follow it exactly, including its "Do not" list.
Start with:
```bash
uv run scripts/release_changes.py
```
Two points that decide whether the result is any good:
- **Entries under "Needs judgment" mean a pull request has no destination
label.** Fix the label on the pull request and re-run. Do not silently decide
where it belongs — the label is what the next release will read.
- **`CHANGELOG.md` is shipped copy,** rendered into the plugin's Marketplace
"What's new" panel. Describe each change from the user's side. Never paste a
commit subject.
GitHub에서 보기