Skip to content

Commit 22f8deb

Browse files
anssikotabatkins
andauthored
Fix Candidate Recommendation Draft metadata checks (#124)
* Fix Candidate Recommendation Draft metadata checks CRD does not require this deadline information per process: https://www.w3.org/policies/process/#publishing-crud Without this fix CRD builds without "Deadline" metadata will fail. Fix speced/bikeshed#3031 * CR *snapshots* are what should have required the deadline --------- Co-authored-by: Tab Atkins Jr. <[email protected]>
1 parent 45fa6be commit 22f8deb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boilerplate/doctypes.kdl

+2-2
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,11 @@ org "w3c" {
187187
group-types "wg"
188188
}
189189
status "CR" "W3C Candidate Recommendation Snapshot" {
190-
requires "Level" "ED" "TR" "Issue Tracking" "Date"
190+
requires "Level" "ED" "TR" "Issue Tracking" "Date" "Deadline"
191191
group-types "wg"
192192
}
193193
status "CRD" "W3C Candidate Recommendation Draft" {
194-
requires "Level" "ED" "TR" "Issue Tracking" "Date" "Deadline"
194+
requires "Level" "ED" "TR" "Issue Tracking" "Date"
195195
group-types "wg"
196196
}
197197
status "PR" "W3C Proposed Recommendation" {

0 commit comments

Comments
 (0)