Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pulls in all tags #240

Open
timhobbs opened this issue Jul 15, 2022 · 4 comments
Open

Pulls in all tags #240

timhobbs opened this issue Jul 15, 2022 · 4 comments

Comments

@timhobbs
Copy link

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

@ljharb
Copy link
Contributor

ljharb commented Jul 15, 2022

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

@timhobbs
Copy link
Author

Because the default tag prefix is v

@timhobbs
Copy link
Author

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...

@ljharb
Copy link
Contributor

ljharb commented Jul 15, 2022

Fair point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants