Commit 1510bc2
fix: remove --paginate flag from GitHub API call
The --paginate flag returns separate pages, not combined results.
Using the default API call (first 30 releases) is sufficient for most
repositories when filtering by release title patterns.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent eaa7ed7 commit 1510bc2
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
213 | | - | |
| 212 | + | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| |||
0 commit comments