Loading scripts/release.sh +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 Loading Loading
scripts/release.sh +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 Loading