diff --git a/CHANGELOG.md b/CHANGELOG.md index 27419cb..9c076f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,6 +57,16 @@ 改用不依赖区间的等价写法,并清理 0.0.5 段已产生的重复内容。 ([207588a](https://git.mytsl.cn/csh/actions-template/commit/207588ae369d045c1ec3178ce4f6969b3b499981)) by @csh + +- :sparkles: feat(ci): Release Notes 改为增量展示,正式版覆盖整个版本周期 + CHANGELOG.md 仍保持整个版本累积(strip 模式),但 Release Notes 改为: + - 预发布(rc):只展示相对紧邻上一个 tag 的增量(如 rc1→rc2 新提交), + 避免同版本各 rc 之间大量重复。 + - 正式版:跳过同版本 rc,基准落到上一个不同版本 tag, + 覆盖整个版本开发周期的全量提交。 + 基准 tag 按 RELEASE_IS_PRERELEASE 区分,Release Notes 独立用 git log 重新生成。 + ([3054338](https://git.mytsl.cn/csh/actions-template/commit/3054338cf75796d3c77d90c26a41641150154fde)) by @csh + ### :busts_in_silhouette: Contributors