Skip to content
Skill

How to release a new version of the project

by PageAI-Pro

AI Summary

A practical guide for releasing new project versions with step-by-step workflows for pre-release analysis, version determination, and changelog management. Useful for developers and DevOps engineers managing semantic versioning and release processes.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "How to release a new version of the project" skill in my project.

Please run this command in my terminal:
# Install skill into the correct directory
mkdir -p .claude/skills/release && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/release/SKILL.md "https://raw.githubusercontent.com/PageAI-Pro/vibe-coding-starter/main/.claude/commands/release/release.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Release a new version of the project with comprehensive workflow

Check if README needs updates for new features

git diff $LAST_TAG..HEAD README.md

How to release a new version of the project

Follow this comprehensive release process to ensure proper versioning, changelog updates, and deployment.

Verify you're on the main branch and up to date

git checkout main git pull origin main git status `

Find the last release tag

git tag --sort=-version:refname | head -10 git describe --tags --abbrev=0

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 3mo ago
Stale
Adoption100+ stars on GitHub
319 ★ · Growing
DocsMissing or thin
Undocumented

GitHub Signals

Stars319
Forks153
Issues1
Updated3mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code