Skip to main content

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.

Ir para a instalação

Informações da origem

Repositório
marimo-team/jetbrains-marimo
Última atividade na origem
17 de agosto de 2026 às 23:45
Idioma detectado do SKILL.md
inglês
Estrelas
9
Forks
3

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
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.
Ver no GitHub