Commit 591ca61
authored
GitHub: Fix repo detecting regexp
The regular expression detecting the repository account+name didn't allow
accounts & repo names containing dashes because of matching both those parts
against the /\w+/ regexp. It was updated to match everything except the slash.
This made the release script fail for jQuery Color.
Closes #971 parent 57a6303 commit 591ca61
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments