Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Utils
release-utils
Commits
e49a2302
Commit
e49a2302
authored
Sep 29, 2021
by
Ben Boeckel
Browse files
release-mr: fix the issue reference string
parent
654926ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
release-mr.py
View file @
e49a2302
...
...
@@ -203,7 +203,7 @@ if __name__ == '__main__':
for
maintainer
in
maintainers
:
release_maintainers
+=
f
' @
{
maintainer
}
'
if
opts
.
issue
is
not
None
:
issue
=
'See: {opts.issue} '
issue
=
f
'See:
#
{
opts
.
issue
}
'
else
:
issue
=
''
description
=
textwrap
.
dedent
(
...
...
Ben Boeckel
@ben.boeckel
mentioned in commit
c5f17427
·
Sep 30, 2021
mentioned in commit
c5f17427
mentioned in commit c5f17427be5d2da73cc2b6542714d9c5027c0361
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment