-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
feat(changelog): add link_parsers
for parsing/extracting links
#42
Conversation
Searches for patterns in commite messages and allows to convert them into links via regular expression replacement. This allows to include links to issue trackers and other tools in the resulting changelog. Closes orhun#41
Codecov Report
@@ Coverage Diff @@
## main #42 +/- ##
==========================================
+ Coverage 38.35% 41.81% +3.46%
==========================================
Files 13 13
Lines 738 811 +73
Branches 196 207 +11
==========================================
+ Hits 283 339 +56
- Misses 357 364 +7
- Partials 98 108 +10
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neat 💯 Thanks for implementing this! 🐻
link_parsers
for parsing/extracting links
Can we have a new release embedding this feature ? The current version 0.5.0 was release before this merge |
Sure, I had a release planned today. Will be out in a couple of hours. |
v0.6.0 is out! 🎉 |
Description
Allow parsing and extraction of links in commit messages.
Motivation and Context
See #41
How Has This Been Tested?
Added unit and integration tests.
I also tested it against the history of an internal project.
Screenshots / Output (if appropriate):
Types of changes
Checklist: