Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/tag.sh
Original file line number Diff line number Diff line change
@@ -6,6 +6,8 @@ __dir__="$(cd "$(dirname "$0")" && pwd)"
source "$__dir__/configuration.sh"

function rbx_tag_release {
git fetch --all -p

IFS="." read -r -a array <<< "$(rbx_revision_version)"

let major=${array[0]}

0 comments on commit d8aaf27

Please sign in to comment.