create-release

Installation
SKILL.md

Create Release

Prepare and execute a semantic version release by bumping version strings, updating changelogs, committing changes, tagging, and optionally publishing a GitHub release.

Workflow

Step 1: Detect version locations

Scan the repository root for files that contain version strings. Check these files in order:

  1. Node.js: package.json (field version), package-lock.json, lerna.json
  2. Python: pyproject.toml (fields project.version or tool.poetry.version), setup.cfg (field version), setup.py (argument version=), __version__.py or _version.py in source directories, version.py
  3. Rust: Cargo.toml (field version under [package])
  4. Java/Kotlin: build.gradle or build.gradle.kts (property version), pom.xml (element <version> under <project>)
  5. iOS/React Native: app.json (field expo.version or version), Info.plist (CFBundleShortVersionString)
  6. Generic: version.txt, VERSION

Search commands:

Installs
3
GitHub Stars
4
First Seen
May 18, 2026
create-release — ragnarok22/agent-skills