View Single Post
10-24-18, 01:02 PM   #50
Rythal
Featured Artist
Featured
Join Date: Aug 2012
Posts: 1,458
Trying to get this setup myself and not having much luck with the regex even tho it should work :/

Currently they get tagged as vA.B.C(.D) so can be v8.0.0 or v8.0.0.1

Trying - ^v\d+.\d+.\d+(.\d+)?$ which works in any self-tests I do, but on Travis i'm getting 'Branch "v8.0.1.4" not included per configuration.'

What have I done wrong?
  Reply With Quote