aboutsummaryrefslogtreecommitdiff
path: root/update_template.json
diff options
context:
space:
mode:
authorCow <cow@volloeko.de>2020-04-21 11:58:11 +0200
committerCow <cow@volloeko.de>2020-04-21 11:58:11 +0200
commite04715d1c2a5d1909175fa53b3314f7bdb58a4e3 (patch)
tree2e9903727daa051c292247cae4a88ce061ff780f /update_template.json
parenta76d00bec256964083a636e443748f70a76e47cd (diff)
downloadCowlection-e04715d1c2a5d1909175fa53b3314f7bdb58a4e3.tar.gz
Cowlection-e04715d1c2a5d1909175fa53b3314f7bdb58a4e3.tar.bz2
Cowlection-e04715d1c2a5d1909175fa53b3314f7bdb58a4e3.zip
Improved build process
- moved (most) project specific values into gradle.properties - mod version, mod name, ... get updated in all relevant places automatically
Diffstat (limited to 'update_template.json')
-rw-r--r--update_template.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/update_template.json b/update_template.json
new file mode 100644
index 0000000..4435a6d
--- /dev/null
+++ b/update_template.json
@@ -0,0 +1,10 @@
+{
+ "homepage": "https://github.com/cow-mc/Cowmoonication/",
+ "${mcversion}": {
+ "${version}": "https://github.com/cow-mc/Cowmoonication/blob/master/CHANGELOG.md"
+ },
+ "promos": {
+ "${mcversion}-latest": "${version}",
+ "${mcversion}-recommended": "${version}"
+ }
+}