Skip to content

Commit

Permalink
Squeeze a commit to fix the deploy script regex (sorry Hari)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitallis committed Jun 30, 2020
1 parent af3d788 commit 95a03fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ This is generated from the diff between #{last_deployed_sha}..HEAD
end

def release_tag_regex
%r{(\d{4}-\d{2}-\d{2}-\d+)}
%r{([0-9]{4})-([0][0-9]|[1][0-2])-([0][0-9]|[1][0-9]|[2][0-9]|[3][0-1])-([0-9]{1,})}
end

def prompt_for_confirmation(msg, prompt_codes, color)
Expand Down

0 comments on commit 95a03fc

Please sign in to comment.