mirror of
https://github.com/bitcoin/bips.git
synced 2026-03-02 15:43:53 +00:00
process: Proposed ↦ Complete
Amend CI script to new statuses and update existing status field values in table and BIPs. ``` sed -z -i 's/Status: Proposed/Status: Complete/' bip-0*.md sed -z -i 's/Status: Proposed/Status: Complete/' bip-0*.mediawiki sed -i 's/| Proposed/| Complete/' README.mediawiki ```
This commit is contained in:
@@ -72,7 +72,7 @@ my %ValidLayer = (
|
||||
my %ValidStatus = (
|
||||
Draft => undef,
|
||||
Deferred => undef,
|
||||
Proposed => "background-color: #ffffcf",
|
||||
Complete => "background-color: #ffffcf",
|
||||
Rejected => "background-color: #ffcfcf",
|
||||
Withdrawn => "background-color: #ffcfcf",
|
||||
Final => "background-color: #cfffcf",
|
||||
|
||||
Reference in New Issue
Block a user