Open glensc opened 7 years ago
on 2016-10-07 git tag the plugin.info.txt date value is 2016-10-06: https://github.com/cosmocode/edittable/blob/2016-10-07/plugin.info.txt
2016-10-07
plugin.info.txt
date
2016-10-06
i suggest adding some .travis.yml check to indicate about the failure when tagged build is made
.travis.yml
https://docs.travis-ci.com/user/environment-variables/:
TRAVIS_TAG
here's shell script to extract the value:
version=$(awk '/^date/{print $2}' plugin.info.txt)
close if not planning to add automation
cc @splitbrain @micgro42
on
2016-10-07
git tag theplugin.info.txt
date
value is2016-10-06
: https://github.com/cosmocode/edittable/blob/2016-10-07/plugin.info.txti suggest adding some
.travis.yml
check to indicate about the failure when tagged build is madehttps://docs.travis-ci.com/user/environment-variables/:
TRAVIS_TAG
: If the current build is for a git tag, this variable is set to the tag’s name.here's shell script to extract the value: