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 合併指標
- (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.