gfx-rs/wgpu
`CHANGELOG` check in CI doesn't check for deleted release sections
已关闭
#9,245 创建于 2026年3月16日
area: infrastructuregood first issuetype: bug
仓库指标
- 星标
- (9,290 个星标)
- PR 合并指标
- (平均合并 12天 4小时) (30 天内合并 117 个 PR)
描述
Deleting an entire released section has no consequences with the current CHANGELOG check, i.e.:
## Unreleased
hay sup
-## Release 2
-
-later suckers
-
## Release 1
- i'm freeeee
It's unlikely to pass review, but it'd be nice to plug this gap.