From 60e48e4b829576d6ac45e1fc0a3d7434d9b86372 Mon Sep 17 00:00:00 2001 From: pac23 Date: Jul 19 2019 11:53:52 +0000 Subject: added owners to release notes --- diff --git a/bz/pgba.py b/bz/pgba.py index 7db09a8..606dac2 100644 --- a/bz/pgba.py +++ b/bz/pgba.py @@ -93,7 +93,7 @@ def pgtobz(value, userstoryid, configpath): print("Sucessful Bugzilla Bug Creation") owner = "@" + str(owner) with open("rnotes_issue.txt", "w+") as rnotes_txt: - rnotes_txt.write("{}\n\n[Change Proposal]({})\n".format("standard text here", taiga_issue_link)) + rnotes_txt.write("{}\n\n[Change Proposal]({})\n\n {}".format("standard text here", taiga_issue_link, owner)) editor.edit(filename="rnotes_issue.txt") try: with open("rnotes_issue.txt", "r") as rnotes_txt: