在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用prepare-changelog-release
星标9
分支12
更新时间2026年5月26日 18:52
Prep CHANGELOG.md for release
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Prep CHANGELOG.md for release
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
PublishPress Future code style
Launch coding agent for PublishPress Future
WP plugin security + code quality audit
WP plugin security audit
Bump plugin version via composer set:version
| name | prepare-changelog-release |
| description | Prep CHANGELOG.md for release |
Update CHANGELOG.md unreleased section with current plugin version + date. Follow project changelog format.
Read version from post-expirator.php header Version field
Read CHANGELOG.md — find [Unreleased] (~line 4), all bullets until next version
Replace [Unreleased] header with:
[VERSION] - DD MMM, YYYY
Add new [Unreleased] after line 3 (empty):
[Unreleased]
[VERSION] - DD MMM, YYYY (e.g. [1.0.0] - 02 Feb, 2026)Before:
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
[Unreleased]
- Added: New feature X
- Fixed: Bug in feature Y
[1.0.0] - 02 Feb, 2026
After (assuming version 1.1.0 and date 05 Feb, 2026):
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
[Unreleased]
[1.1.0] - 05 Feb, 2026
- Added: New feature X
- Fixed: Bug in feature Y
[1.0.0] - 02 Feb, 2026