Skip to content

Commit 708928d

Browse files
committed
fix(milestone): 0/0 should be 100%
1 parent b680718 commit 708928d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

_data/milestones.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"description": "",
6161
"total": 0,
6262
"closed": 0,
63-
"percent": null
63+
"percent": 100
6464
},
6565
{
6666
"name": "1.6rc3",
@@ -69,7 +69,7 @@
6969
"description": "",
7070
"total": 0,
7171
"closed": 0,
72-
"percent": null
72+
"percent": 100
7373
},
7474
{
7575
"name": "1.6rc4",
@@ -78,7 +78,7 @@
7878
"description": "",
7979
"total": 0,
8080
"closed": 0,
81-
"percent": null
81+
"percent": 100
8282
},
8383
{
8484
"name": "1.6rc5",
@@ -114,7 +114,7 @@
114114
"description": "",
115115
"total": 0,
116116
"closed": 0,
117-
"percent": null
117+
"percent": 100
118118
},
119119
{
120120
"name": "1.7.1",
@@ -132,7 +132,7 @@
132132
"description": "",
133133
"total": 0,
134134
"closed": 0,
135-
"percent": null
135+
"percent": 100
136136
},
137137
{
138138
"name": "1.6",
@@ -177,7 +177,7 @@
177177
"description": "",
178178
"total": 0,
179179
"closed": 0,
180-
"percent": null
180+
"percent": 100
181181
},
182182
{
183183
"name": "1.8rc1",
@@ -186,7 +186,7 @@
186186
"description": "",
187187
"total": 0,
188188
"closed": 0,
189-
"percent": null
189+
"percent": 100
190190
},
191191
{
192192
"name": "1.8rc2",
@@ -195,7 +195,7 @@
195195
"description": "",
196196
"total": 0,
197197
"closed": 0,
198-
"percent": null
198+
"percent": 100
199199
},
200200
{
201201
"name": "1.8rc3",
@@ -204,7 +204,7 @@
204204
"description": "",
205205
"total": 0,
206206
"closed": 0,
207-
"percent": null
207+
"percent": 100
208208
},
209209
{
210210
"name": "1.8",

0 commit comments

Comments
 (0)