Skip to content

Commit

Permalink
Update avaliable tags
Browse files Browse the repository at this point in the history
  • Loading branch information
juanluisrp committed Jan 27, 2020
1 parent 2e46c35 commit 4af796b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ declare -A aliases=(
[3.2.2]='3.2'
[3.4.4]='3.4'
[3.6.0]='3.6'
[3.8.2]='3.8 latest'
[3.8.3]='3.8'
[3.10.0]='3.10 latest'

)

# builds to exclude from tagging
dirExclude=([3.0.5],[3.2.0],[3.2.1],[3.2.2],[3.4.0],[3.4.1],[3.4.2],[3.4.3],[3.4.4],[3.8.0],[3.8.1])
dirExclude=([3.0.5],[3.2.0],[3.2.1],[3.2.2],[3.4.0],[3.4.1],[3.4.2],[3.4.3],[3.4.4],[3.8.0],[3.8.1],[3.8.2])

self="$(basename "$BASH_SOURCE")"
cd "$(dirname "$(readlink "$BASH_SOURCE")")"
Expand Down

0 comments on commit 4af796b

Please sign in to comment.