Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fetch existing tags before adding a new one
  • Loading branch information
Yorick Peterse committed Jan 21, 2016
1 parent f5d9420 commit d8aaf27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/tag.sh
Expand Up @@ -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]}
Expand Down

0 comments on commit d8aaf27

Please sign in to comment.