Commit 0939828f authored by Radek Ošlejšek's avatar Radek Ošlejšek
Browse files

Update release.sh

parent 1f8aa9d5
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
#!/bin/bash
#
# Script to update version and 
# This script sets the version to Maven modules temporarily, builds the application, and also
# updates VERSION.txt and CHANGELOG.md
#

BRANCH=`git branch | grep \* | cut -d ' ' -f2`
if [ "$BRANCH" != "master" ]; then