-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Hi Marco, how're you ? Thanks for this project!
Its will place our project at other level about documentation!
Now, the problem lol, look this URL of my company private repo:
http://username@fontes.domain.com.br:7990/scm/site/name-of-repo.git
Its doesnt fit at your first regex option (where should fit), because named group "owner|repository" doenst accept dash or slash :
#^(?P<protocol>https?|git|ssh|rsync)\://(?:(?P<user>.+)@)*(?P<host>[a-z0-9_.-]*)[:/]*(?P<port>[\d]+){0,1}(?P<pathname>\/((?P<owner>[\w\-]+)\/)?((?P<repository>[\w\-\.]+?)(\.git|\/)?)?)$#smi
It's possible to adjust or create another regex option (maybe another item in .changelog options to add custom regex's.
Thanks in advanced!
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working