mkrelease.sh now sees versions.
parent
08907157ae
commit
aed641ce39
|
@ -14,7 +14,7 @@ INFO:
|
||||||
|
|
||||||
It's as simple or complex as you need it to be: 'convmlv -m <mlvfile>.mlv' is enough for good-looking output!
|
It's as simple or complex as you need it to be: 'convmlv -m <mlvfile>.mlv' is enough for good-looking output!
|
||||||
|
|
||||||
VERSION: 2.0.0
|
VERSION: 2.0.1
|
||||||
|
|
||||||
MANUAL DEPENDENCIES:
|
MANUAL DEPENDENCIES:
|
||||||
Place these in RES_PATH (see OPTIONS, BASIC). Keep in mind you also need dist. and pip packages.
|
Place these in RES_PATH (see OPTIONS, BASIC). Keep in mind you also need dist. and pip packages.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
VERSION="2_0_1"
|
VERSION=$(echo "$(./convmlv.sh -v)" | sed -e 's/\./\_/g')
|
||||||
|
|
||||||
#HOW TO USE (Linux and Mac):
|
#HOW TO USE (Linux and Mac):
|
||||||
# 1. Update version above.
|
# 1. Update version above.
|
||||||
|
|
Loading…
Reference in New Issue