auto-changelog icon indicating copy to clipboard operation
auto-changelog copied to clipboard

Pulls in all tags

Open timhobbs opened this issue 2 years ago • 4 comments

Our CICD system is tagging builds but all the tags get matched by auto-changelog.

Example:

3.8.0-3316
3.8.0-3318
3.8.0-3319
3.8.0-3320
3.8.0-3321
3.8.0-3322
v3.2.0
v3.2.1
v3.3.0
v3.4.0
v3.4.1
v3.5.0
v3.6.0
v3.7.0
v3.8.0

Expected results: Only tags starting with v should be used for change log releases

Actual results: All the tags are listed as releases

timhobbs avatar Jul 15 '22 01:07 timhobbs

Why is that expected? Tag conventions vary, and include omitting or including the leading v.

ljharb avatar Jul 15 '22 03:07 ljharb

Because the default tag prefix is v

timhobbs avatar Jul 15 '22 04:07 timhobbs

Capture

right? even when specifying the value it doesn't work. am i wrong to assume that a tag prefix would match only tags that start with that prefix? i mean, it seems pretty obvious but maybe i am missing sometthing...

timhobbs avatar Jul 15 '22 04:07 timhobbs

Fair point.

ljharb avatar Jul 15 '22 17:07 ljharb