nokia / git-changelog-generator

Git Changelog Generator
https://pypi.python.org/pypi/gcg
BSD 3-Clause "New" or "Revised" License
14 stars 5 forks source link

Fix custom tag pattern #35

Closed felfert closed 5 years ago

felfert commented 5 years ago

This PR fixes the custom-tag-pattern option which is not used when creating the TagFilter object.

Note: Since this PR and the previous one are both against your current master, this PR will fail to merge after #34 is merged, but since this PR is only a one-liner that should be trivial.

felfert commented 5 years ago

Will close this and resubmit once #34 was merged. This way I can add test cases here as well and reuse changes from tests in #34