·apply-semantic-versioning
{}

apply-semantic-versioning

应用语义版本控制 (SemVer 2.0.0) 以根据更改分析确定正确的版本冲突。涵盖主要/次要/补丁分类、预发布标识符、构建元数据和重大变更检测。在准备新版本以确定正确的版本号、在标记之前合并更改之后、评估更改是否构成重大更改、添加预发布标识符或解决有关版本提升是否合适的分歧时使用。

10安装·1热度·@pjt222

安装

$npx skills add https://github.com/pjt222/development-guides --skill apply-semantic-versioning

如何安装 apply-semantic-versioning

通过命令行快速安装 apply-semantic-versioning AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/pjt222/development-guides --skill apply-semantic-versioning
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:pjt222/development-guides。

SKILL.md

查看原文

Determine and apply the correct semantic version bump by analyzing changes since the last release. This skill reads version files, classifies changes as breaking (major), feature (minor), or fix (patch), computes the new version number, and updates the appropriate files. Follows SemVer 2.0.0 specification.

Locate and read the version file in the project root.

Parse the current version into major.minor.patch components. If the version contains a pre-release suffix (e.g., 1.2.0-beta.1), note it separately.

应用语义版本控制 (SemVer 2.0.0) 以根据更改分析确定正确的版本冲突。涵盖主要/次要/补丁分类、预发布标识符、构建元数据和重大变更检测。在准备新版本以确定正确的版本号、在标记之前合并更改之后、评估更改是否构成重大更改、添加预发布标识符或解决有关版本提升是否合适的分歧时使用。 来源:pjt222/development-guides。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/pjt222/development-guides --skill apply-semantic-versioning
分类
{}数据分析
认证
收录时间
2026-03-10
更新时间
2026-03-10

Browse more skills from pjt222/development-guides

快速解答

什么是 apply-semantic-versioning?

应用语义版本控制 (SemVer 2.0.0) 以根据更改分析确定正确的版本冲突。涵盖主要/次要/补丁分类、预发布标识符、构建元数据和重大变更检测。在准备新版本以确定正确的版本号、在标记之前合并更改之后、评估更改是否构成重大更改、添加预发布标识符或解决有关版本提升是否合适的分歧时使用。 来源:pjt222/development-guides。

如何安装 apply-semantic-versioning?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/pjt222/development-guides --skill apply-semantic-versioning 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/pjt222/development-guides