Agent skill

semantic-release

Automate versioning and release notes from conventional commits

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/semantic-release-erp-core-dev-eagles-claude-config

SKILL.md

Semantic Release

Automate version bumps and changelog generation from conventional commits.

What To Do

  1. For Node.js projects:

    bash
    npm install --save-dev semantic-release @semantic-release/changelog @semantic-release/git
    
  2. For .NET (GitVersion):

    bash
    dotnet tool install -g GitVersion.Tool
    dotnet-gitversion /showvariable SemVer
    
  3. CI Integration:

    yaml
    - script: npx semantic-release --dry-run
      displayName: "Preview Release"
    

Arguments

  • --dry-run: Preview without publishing
  • --branch=<name>: Release branch (default: main)

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results