# Release Prep

> Prepare a new release - bump action.yml image version, verify CHANGELOG entry and stage changes Use when this capability is needed.

- Skill: `tomevault-io/release-prep-5` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/release-prep-5`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/release-prep-5/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/release-prep-5

---


Args: VERSION (e.g. 0.61.0)

Steps:

1. Update `action.yml` — change the `image:` value to:
   `docker://jonasbn/github-action-spellcheck:$VERSION`

2. Update `README.md` - change the referenced use in the various configuration examples to match the new version:
   `uses: rojopolis/spellcheck-github-actions@$VERSION`

3. Check `CHANGELOG.md` for an entry matching `$VERSION`. If none exists, warn and stop — ask the user to add a changelog entry before continuing.

4. Create a PR for the changes to `action.yml`, `README.md`, and the new changelog entry in `CHANGELOG.md`. Wait for the PR to be merged before proceeding.

5. On merge:
   ```bash
   perl scripts/build.pl $VERSION
   ```

6. Check the return value of the build script. If it fails, show the error and stop. The build script does the tagging and pushing to GitHub and Docker Hub.

7. Confirm the tag was pushed

---
> Source: [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-07-03 -->

