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

ERROR commits corresponding to #198

Open
splincode opened this issue Jan 22, 2022 · 1 comment
Open

ERROR commits corresponding to #198

splincode opened this issue Jan 22, 2022 · 1 comment

Comments

@splincode
Copy link

Expected Behavior

Support tags

Actual Behavior

 docker run -v "$PWD":/workdir quay.io/git-chglog/git-chglog "@angular-ru/typescript-12.59.0" "@angular-ru/jest-12.59.1"
 ERROR  commits corresponding to "@angular-ru/typescript-12.59.0" was not found

Steps to Reproduce (including precondition)

  1. clone repo: https://github.com/Angular-RU/angular-ru-sdk/tags
  2. run docker run -v "$PWD":/workdir quay.io/git-chglog/git-chglog "@angular-ru/typescript-12.59.0" "@angular-ru/jest-12.59.1"

Screenshot on This Problem (if possible)

image

Your Environment

  • OS: {Please write here}
  • git-chglog version: {Please write here}
@AndreiCrimezniuc
Copy link

Check if your tag is matching for you tag_filter_pattern in config

options:
  tag_filter_pattern: '^\d{1,2}.\d{1,3}.\d{1,4}$'

This one allows only for ex. 1.1.1, not 1.1.1_fixed_bug

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