Fix tito tagger to bump version, not release (#1085013)
Related: rhbz#1085013
This commit is contained in:
parent
ee9f35dc74
commit
6e86552714
@ -1,9 +1,9 @@
|
|||||||
import re
|
import re
|
||||||
from tito.common import run_command
|
from tito.common import run_command
|
||||||
from tito.tagger import ReleaseTagger
|
from tito.tagger import VersionTagger
|
||||||
|
|
||||||
|
|
||||||
class LoraxRHELTagger(ReleaseTagger):
|
class LoraxRHELTagger(VersionTagger):
|
||||||
"""
|
"""
|
||||||
Tagger which is based on ReleaseTagger and use Red Hat Enterprise Linux
|
Tagger which is based on ReleaseTagger and use Red Hat Enterprise Linux
|
||||||
format of Changelog:
|
format of Changelog:
|
||||||
|
Loading…
Reference in New Issue
Block a user