·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