Skip to content

Commit

Permalink
Tag beta and atomic releases too
Browse files Browse the repository at this point in the history
  • Loading branch information
anomiex committed Nov 22, 2023
1 parent a1ed060 commit 6790676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autotagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
VER=$(sed -nEe 's/^## \[?([^]]*)\]? - .*/\1/;T;p;q' CHANGELOG.md || true)
echo " Version from changelog is ${VER:-<unknown>}"
if [[ "$VER" =~ ^[0-9]+(\.[0-9]+)+$ ]]; then
if [[ "$VER" =~ ^[0-9]+(\.[0-9]+)+(-a\.[0-9]+|-beta)?$ ]]; then
echo " Version $VER ok to tag"
TAGS+=( "$SLUG@$VER" )
else
Expand Down

0 comments on commit 6790676

Please sign in to comment.