2
0

build(gha): Add Craft releases as a GitHub action (#538)

This commit is contained in:
Burak Yigit Kaya
2020-06-14 17:27:41 +03:00
committed by GitHub
parent 677e753c18
commit af502d0ba5
3 changed files with 36 additions and 0 deletions

11
scripts/bump-version.sh Normal file
View File

@ -0,0 +1,11 @@
#!/bin/bash
set -eux
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $SCRIPT_DIR/..
OLD_VERSION="$1"
NEW_VERSION="$2"
VERSION=$2
echo "New version: $VERSION"