1
0
Fork 0
forked from forgejo/forgejo

Add tag check to release draft creation (#3729)

This commit is contained in:
Bwko 2018-06-04 07:34:44 +02:00 committed by Lauris BH
parent fb1daad13d
commit 1f877f8c87
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ const (
)
var (
// GitRefNamePattern is regular expression wirh unallowed characters in git reference name
// GitRefNamePattern is regular expression with unallowed characters in git reference name
GitRefNamePattern = regexp.MustCompile("[^\\d\\w-_\\./]")
)