Skip to content

Commit 36ba530

Browse files
authored
Merge pull request #426 from splunk/release_notes_fix
remove "yml" from playbook release notes
2 parents 6df8352 + 36bec98 commit 36ba530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contentctl/actions/release_notes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def create_notes(
4646
file_path
4747
).replace(str(repo_path), "")
4848
playbook_link = playbook_link.replace(
49-
".yml", "/"
49+
"yml", "/"
5050
).lower()
5151
updates.append(
5252
"- "

0 commit comments

Comments
 (0)