Implement semantic versioning (SemVer) with automated release management. Use conventional commits, semantic-release, and version bumping strategies.
3f5182cEstablish semantic versioning practices to maintain consistent version numbering aligned with release significance, enabling automated version management and release notes generation.
Minimal working example:
# package.json
{
"name": "my-awesome-package",
"version": "1.2.3",
"description": "An awesome package",
"main": "dist/index.js",
"repository": { "type": "git", "url": "https://github.com/org/repo.git" },
"scripts": { "release": "semantic-release" },
"devDependencies":
{
"semantic-release": "^21.0.0",
"@semantic-release/changelog": "^6.0.0",
"@semantic-release/git": "^10.0.0",
"@semantic-release/github": "^9.0.0",
"conventional-changelog-cli": "^3.0.0",
},
}
Detailed implementations in the references/ directory:
| Guide | Contents | |---|---| | Semantic Versioning Configuration | Semantic Versioning Configuration | | Conventional Commits Format | Conventional Commits Format | | Semantic Release Configuration | Semantic Release Configuration | | Version Bumping Script | Version Bumping Script | | Changelog Generation | Changelog Generation |
Copy a source-pinned command for your client. You run it yourself.
Destination: .claude/skills/semantic-versioning · pinned to the source commit
git clone https://github.com/aj-geddes/useful-ai-prompts.git
cd useful-ai-prompts
git checkout 3f5182cfd739fc113f4af5244a1cf342ad7f7911
mkdir -p ".claude/skills/semantic-versioning"
cp -r "skills/semantic-versioning" ".claude/skills/semantic-versioning"Review the source before running. This copies files into your project; it is not a one-click install and does not verify runtime safety.
Scanner static-checks@0.1.0 · commit 3f5182cfd739. Static checks cannot prove runtime safety – review the source and the exact diff before installing. How checks work.
No static rules matched. This is not a safety guarantee.