Create Release

🌐Community
by oschina · vlatest · Repository

Automates software release processes, from building to deployment, streamlining DevOps workflows with intelligent automation.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add create-release npx -- -y @trustedskills/create-release
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "create-release": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/create-release"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill automates the creation of new releases on Gitee. It can generate release notes based on commit messages and upload specified files as assets to accompany the release. The skill streamlines the process, reducing manual effort and potential errors in software distribution workflows.

When to use it

  • You need to regularly publish new versions of your project hosted on Gitee.
  • You want to automatically generate release notes from commit history.
  • You have binary files or other assets that you want to include with each release.
  • You're looking for a way to standardize and automate the release process.

Key capabilities

  • Release creation on Gitee
  • Generation of release notes from commit messages
  • Asset uploading during release creation

Example prompts

  • "Create a new release on Gitee named 'v1.2.3' with the tag 'release-1.2.3'."
  • "Generate release notes for the last 5 commits and create a release called 'stable-0.5'."
  • "Release version '2.0.0' with files 'dist/my_app.zip' and 'docs/user_manual.pdf' attached."

Tips & gotchas

  • Ensure you have the necessary permissions to create releases on your Gitee repository.
  • The quality of release notes depends heavily on well-formatted commit messages.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
oschina
Installs
4

🌐 Community

Passed automated security scans.