Skip to content

Commit

Permalink
Update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Feb 8, 2023
1 parent 9ea73c0 commit f1a647f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ log.info "Commit tagged as v$new"
if echo "${new}" | grep -q "-"; then
dev=$(bump_prerel "${new}")
else
dev="$(echo "${new}" | awk -F. '/[0-9]+\./{$NF++;print}' OFS=.)-alpha"
dev="$(echo "${new}" | awk -F. '/[0-9]+\./{($NF)++;print}' OFS=.)-alpha"
fi

log.info "Patch files to version '${dev}'..."
Expand Down

0 comments on commit f1a647f

Please sign in to comment.