Update version (#44)
Reviewed-on: #44 Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com> Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
This commit was merged in pull request #44.
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#/bin/bash
|
||||
|
||||
|
||||
NAME=`cat package.json | jq '.name'`
|
||||
VERSION=`cat package.json | jq '.version'`
|
||||
DATE=`date --rfc-3339=seconds`
|
||||
|
||||
echo '{"build": {}}' | jq ".build.name = $NAME" | jq ".build.version = $VERSION" | jq ".build.buildDate = \"$DATE\""
|
||||
Reference in New Issue
Block a user