84514e18ce
The default tagger doesn't add Related/Resolves lines to the changelog, resulting in builds that have to be fixed up manually. The output from this code still needs to be edited to remove the '-' prefix from the Related/Resolves lines because tito appends them to every line of output from the Tagger. But this is better than having to add them manually.
4 lines
61 B
Python
4 lines
61 B
Python
from .tagger import LoraxRHELTagger
|
|
|
|
all = [LoraxRHELTagger]
|