Skip to content

Commit

Permalink
Fix compatible regex
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickCroninMM committed Jun 17, 2020
1 parent 41707b8 commit 943dd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi

version="${BASH_REMATCH[1]}"
date="${BASH_REMATCH[2]}"
notes="$(echo "${BASH_REMATCH[3]}" | sed -n -E '/^[0-9]\+\.[0-9]\+\.[0-9]\+/,$!p')"
notes="$(echo "${BASH_REMATCH[3]}" | sed -n -E '/^[0-9]+\.[0-9]+\.[0-9]+/,$!p')"


if [[ "$date" != "$(date +"%Y-%m-%d")" ]]; then
Expand Down

0 comments on commit 943dd29

Please sign in to comment.