Skip to content

Conversation

@mgol
Copy link
Member

@mgol mgol commented Jan 31, 2018

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.

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.
@mgol
Copy link
Member Author

mgol commented Jan 31, 2018

Wrong remote, see #97.

@mgol mgol closed this Jan 31, 2018
@mgol mgol deleted the regexp-fix branch January 31, 2018 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants