📝 Auto update CHANGELOG for 0.0.5-rc2 [skip ci]
This commit is contained in:
@@ -48,6 +48,15 @@
|
||||
改用 grep -vxF 按字面整行匹配过滤 bot 用户名。
|
||||
([d6654b4](https://git.mytsl.cn/csh/actions-template/commit/d6654b4d6d7b03f7188cb9c1f49ce4c377eca235)) by @csh
|
||||
|
||||
|
||||
- :bug: fix(changelog): 清除 0.0.5 段残留的 ci[bot] 贡献者 ([df8a9ea](https://git.mytsl.cn/csh/actions-template/commit/df8a9ead9c286652e1cfb8bc6dd4ae79ccfb0f8a)) by @csh
|
||||
- :bug: fix(ci): 修复 mawk 不支持区间量词导致 CHANGELOG 去重失效
|
||||
去重用的 awk 正则含 [0-9a-f]{7} 区间量词,ubuntu:22.04 默认的
|
||||
mawk 不支持区间表达式,会把 {7} 当字面量,导致 EXISTING_HASHES
|
||||
恒为空、去重完全失效,rc2 把 rc1 的提交整批重复插入。
|
||||
改用不依赖区间的等价写法,并清理 0.0.5 段已产生的重复内容。
|
||||
([207588a](https://git.mytsl.cn/csh/actions-template/commit/207588ae369d045c1ec3178ce4f6969b3b499981)) by @csh
|
||||
|
||||
### :busts_in_silhouette: Contributors
|
||||
|
||||
<a href="https://git.mytsl.cn/csh">
|
||||
|
||||
Reference in New Issue
Block a user