We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 942b2ab commit 122aea7Copy full SHA for 122aea7
Makefile
@@ -14,6 +14,11 @@ data/crosswalk.json: scripts/crosswalk_to_json.py data/crosswalk.csv
14
data/properties_description/v2.0.csv:
15
wget https://github.com/codemeta/codemeta/raw/2.1/properties_description.csv -O $@
16
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
+
22
# Download properties descriptions for other versions
23
data/properties_description/v%.csv:
24
wget https://github.com/codemeta/codemeta/raw/$*/properties_description.csv -O $@
0 commit comments