Skip to content

Commit

Permalink
Merge branch 'main' into travis/search
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbeckham authored Sep 12, 2024
2 parents c92630a + b4088ba commit c73750f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/export-channel-versions
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

releases_url="https://api.github.com/repos/linkerd/linkerd2/releases"
releases_url="https://api.github.com/repos/linkerd/linkerd2/releases?per_page=100"

# Match examples: `"tag_name": "stable-2.7.0",`
stable_tag_regex="\"tag_name\": \"stable-[0-9]+\.[0-9]+\.[0-9]+\""
Expand Down

0 comments on commit c73750f

Please sign in to comment.