gfx-rs/wgpu

`CHANGELOG` check in CI doesn't check for deleted release sections

クローズ

#9,245 opened on 2026/03/16

 (2 件のコメント) (0 件のリアクション) (2 人の担当者)Rust (703 件のフォーク)batch import
area: infrastructuregood first issuetype: bug

Repository metrics

Stars
 (9,290 個のスター)
PR merge metrics
 (平均マージ 12d 4h) (30d で 117 merged PRs)

説明

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.

コントリビューターガイド