-
Notifications
You must be signed in to change notification settings - Fork 122
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
Allow for multiple fragments with the same ticket and type #119
Conversation
This extends the fragment format to be <issue>.<type>(.<counter>) i.e have an optional .counter after the type.
Codecov Report
@@ Coverage Diff @@
## master #119 +/- ##
==========================================
+ Coverage 93.37% 93.43% +0.06%
==========================================
Files 15 15
Lines 634 640 +6
Branches 64 65 +1
==========================================
+ Hits 592 598 +6
Misses 26 26
Partials 16 16
Continue to review full report at Codecov.
|
de07382
to
c64199e
Compare
c64199e
to
7196fab
Compare
@Cadair Could you write a changelog entry for this? :) |
done :) |
Specifying multiple entries for the same PR would be covered under: twisted/towncrier#119
ping? 👼 Anything else that needs to happen on this? |
This extends the fragment format to be
<issue>.<type>(.<counter>)
i.e have an optional.counter
after the type, which needs to be an integer.