Release Ops Demo Release Automation

Use when running release automation workflows for release-ops-demo.

guorunjie Updated

File contents

release-ops-demo-release-automation

Generated from skillpack.yaml by Skillpack Forge.

Project

Release automation workflows for changelogs, tags, packages, and CI checks.

Workflow

  • Inspect git status, recent commits, package metadata, and release history
  • Run tests and package dry-run checks
  • Prepare release notes from concrete changes
  • Publish only after verifying the target registry or GitHub release state

Commands

  • install: npm install
  • test: npm test
  • build: npm run build
  • release: npm run release
  • check: npm run check

Principles

  • Verify a clean worktree and passing checks before release steps
  • Keep version, tag, package, and release notes aligned
  • Treat publish credentials and tokens as sensitive

guorunjie/skillpack-forge/tree/main/examples/generated/release-automation/.codex/skills/release-ops-demo-release-automation commit 311c635a61

Frequently asked questions

npx skillmds@latest add guorunjie/release-ops-demo-release-automation