Skip to content

Commit b302623

Browse files
pvitalGSVarsha
authored andcommitted
chore(ci): Enhance the release announcement message.
Signed-off-by: Paulo Vital <paulo.vital@ibm.com>
1 parent 232b381 commit b302623

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/scripts/announce_release_on_slack.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,10 @@ def get_gh_release_info_text_with_token(release_tag: str, access_token: str) ->
3333

3434
msg = (
3535
f":mega: Oyez! Oyez! Oyez!\n"
36-
f":package: A new version of the Python Tracer has been released.\n"
37-
f"Name: Instana Python Tracer {release.title}\n"
38-
f"Tag: {release.tag_name}\n"
39-
f"Created at: {release.created_at}\n"
40-
f"Published at: {release.published_at}\n"
36+
f"The Instana Python Tracer {release_tag} has been released.\n"
37+
f":package: https://pypi.org/project/instana/ \n"
38+
f":github: {release.html_url} \n"
39+
f"**Release Notes:**\n"
4140
f"{release.body}\n"
4241
)
4342

0 commit comments

Comments
 (0)