prEnd - speced/respec GitHub Wiki
prEnd
Type: string
Default: undefined
The end date of the Proposed Recommendation review period, in "YYYY-MM-DD" format. Required when specStatus is "PR".
Basic usage
var respecConfig = {
specStatus: "PR",
crEnd: "2025-06-01",
prEnd: "2025-08-01",
};
Notes
- Required for
"PR"— ReSpec will warn if missing "PR"also requirescrEnd- Format must be
"YYYY-MM-DD"