Skip to content

Commit

Permalink
Merge pull request #53 from juanluisrp/release-4.0.0-alpha2
Browse files Browse the repository at this point in the history
Release of 4.0.0-alpha.2
  • Loading branch information
juanluisrp authored Sep 16, 2020
2 parents 5c52510 + 9d7d9cf commit 79cfe5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ declare -A aliases=(
[3.6.0]='3.6'
[3.8.3]='3.8'
[3.10.3]='3.10 latest'
[4.0.0-alpha.1]='4.0.0-alpha 4.0-alpha 4-alpha'
[4.0.0-alpha.2]='4.0.0-alpha 4.0-alpha 4-alpha'

)

# 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.6.0],[3.8.0],[3.8.1],[3.8.2],[3.10.0],[3.10.1],[3.10.2])
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.6.0],[3.8.0],[3.8.1],[3.8.2],[3.10.0],[3.10.1],[3.10.2],[4.0.0-alpha.1])

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

0 comments on commit 79cfe5c

Please sign in to comment.