Skip to content

Commit

Permalink
Update publish_gh_release_notes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa-aadlv authored Dec 12, 2024
1 parent a6a2783 commit e49f372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish_gh_release_notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def main():
return 1

version = Version(tag_name)
if version.pre:
if version.pre or version.dev:
md_body = "_Pre-release version_"
else:
md_body = parse_changelog(tag_name)
Expand Down

0 comments on commit e49f372

Please sign in to comment.