mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-26 13:18:58 +07:00
[devel] ci: refresh dev dependencies (#3445)
* ci: refresh dev dependencies * format the tagger script --------- Co-authored-by: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com> Co-authored-by: Don Naro <dnaro@redhat.com>
This commit is contained in:
committed by
GitHub
parent
e3bea8f1a7
commit
d29573f5ab
@@ -27,14 +27,12 @@ import typer
|
||||
|
||||
from packaging.version import Version
|
||||
|
||||
MESSAGE = Template(
|
||||
"""\
|
||||
MESSAGE = Template("""\
|
||||
${version_str}
|
||||
|
||||
This tag contains a snapshot of the ansible-documentation ${branch} branch
|
||||
at the time of the ansible-core ${version_str} release.
|
||||
"""
|
||||
)
|
||||
""")
|
||||
# hacking/tagger
|
||||
HERE = Path(__file__).resolve().parent
|
||||
ROOT = HERE.parent.parent
|
||||
|
||||
Reference in New Issue
Block a user