ワンクリックで
releasing-smartsheet-java-sdk
Use when cutting a new release of the Smartsheet Java SDK — version bump, changelog, tag, and GitHub Release
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when cutting a new release of the Smartsheet Java SDK — version bump, changelog, tag, and GitHub Release
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | releasing-smartsheet-java-sdk |
| description | Use when cutting a new release of the Smartsheet Java SDK — version bump, changelog, tag, and GitHub Release |
Skill for releasing a new version of the Smartsheet Java SDK.
Full procedure: Read RELEASE.md in the repository root before taking any action. It is the single source of truth for every step, decision rule, and checklist item.
Use when:
mainlineDo NOT use for:
mainline (green) → decide version → "Prepare for release" PR → merge → GitHub Release (creates tag) → sign + publish to Maven Central (auto)
Full details for every step are in RELEASE.md.
Before committing or pushing anything: confirm the target version and branch name with the user.
Before instructing the user to click "Publish release": confirm they are ready — publishing is the point of no return that triggers Maven Central publication and cannot be undone.
Use when adding or modifying API endpoints in the Smartsheet Java SDK, before writing implementation code or tests
Use when reviewing PRs that add or modify API endpoints in the Smartsheet Java SDK, before approving changes