mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 01:30:20 +00:00
Properly define the cross-reference header
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
aed61ab929
commit
ae8ab9d7a6
2 changed files with 2 additions and 4 deletions
|
@ -1,5 +1,4 @@
|
||||||
[](#release-3006.0)
|
(release-3006.0)=
|
||||||
|
|
||||||
# Salt 3006.0 release notes - Codename Sulfur - UNRELEASED
|
# Salt 3006.0 release notes - Codename Sulfur - UNRELEASED
|
||||||
|
|
||||||
## Onedir packaging
|
## Onedir packaging
|
||||||
|
|
|
@ -310,8 +310,7 @@ def update_release_notes(
|
||||||
pathlib.Path(release_notes_path).write_text(
|
pathlib.Path(release_notes_path).write_text(
|
||||||
textwrap.dedent(
|
textwrap.dedent(
|
||||||
f"""\
|
f"""\
|
||||||
[](#release-{salt_version})
|
(release-{salt_version})=
|
||||||
|
|
||||||
# Salt {salt_version} release notes - UNRELEASED
|
# Salt {salt_version} release notes - UNRELEASED
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue