Skip to content

Commit 122aea7

Browse files
authored
Makefile: Pull in v3.1 instead of v3.0 due to missing reviewBody type (#105)
1 parent 942b2ab commit 122aea7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ data/crosswalk.json: scripts/crosswalk_to_json.py data/crosswalk.csv
1414
data/properties_description/v2.0.csv:
1515
wget https://github.com/codemeta/codemeta/raw/2.1/properties_description.csv -O $@
1616

17+
# likewise, 3.1 is needed instead of 3.0 due to a missing type value for reviewBody
18+
# causing a display issue on the terms page. No other definition changes between them.
19+
data/properties_description/v3.0.csv:
20+
wget https://github.com/codemeta/codemeta/raw/3.1/properties_description.csv -O $@
21+
1722
# Download properties descriptions for other versions
1823
data/properties_description/v%.csv:
1924
wget https://github.com/codemeta/codemeta/raw/$*/properties_description.csv -O $@

0 commit comments

Comments
 (0)