release-prep

Release Preparation Skill

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "release-prep" with this command: npx skills add cartridge-gg/controller/cartridge-gg-controller-release-prep

Release Preparation Skill

Prepare repository for a new release.

Usage

Use before creating a release PR to ensure everything is ready.

Steps

  • Ensure working directory is clean (git status )

  • Run full test suite:

  • pnpm test for unit tests

  • pnpm test:storybook for visual regression

  • pnpm lint for code quality

  • Run clean build: pnpm clean && pnpm i && pnpm build

  • Verify all packages build successfully

  • Check CHANGELOG.md is up to date

  • Review version numbers in package.json files

  • Test example applications work correctly

Release Workflow

  • Project uses GitHub Actions for automated releases

  • Releases triggered by merging PRs from prepare-release or prepare-prerelease branches

  • Manual workflow dispatch available via .github/workflows/release-dispatch.yml

  • Publishes to npm with appropriate tags

Notes

  • Current version: 0.12.0

  • Follows conventional commit messages

  • Automated changelog generation

  • Linear MCP integration for issue tracking

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

update-storybook-snapshots

No summary provided by upstream source.

Repository SourceNeeds Review
General

test

No summary provided by upstream source.

Repository SourceNeeds Review
General

validate-before-merge

No summary provided by upstream source.

Repository SourceNeeds Review