Commit 2dc70a5 1 parent eb3a3ee commit 2dc70a5 Copy full SHA for 2dc70a5
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ def publish_main_project(self):
47
47
release_notes = read_file (self .details .new_release_notes_path )
48
48
pyperclip .copy (release_notes )
49
49
print ('The release notes are on the clipboard' )
50
- github_url = F"https://github.com/approvals/ApprovalTests.cpp/releases/new?tag={ self .details .new_version } &title=Single%20Hpp%20File%20-%20{ self .details .new_version } "
50
+ github_url = F"' https://github.com/approvals/ApprovalTests.cpp/releases/new?tag={ self .details .new_version } &title=Single%20Hpp%20File%20-%20{ self .details .new_version } ' "
51
51
run (["open" , github_url ])
52
52
run (["open" , self .details .release_dir ])
53
53
check_step ("that the release is published" )
54
54
55
55
# Draft the tweet
56
- tweet_text = F"https://twitter.com/intent/tweet?text=%23ApprovalTests.cpp+{ self .details .new_version } +released%2C+now+with+___%21%0D%0Ahttps%3A%2F%2Fgithub.com%2Fapprovals%2FApprovalTests.cpp%2Freleases%2Ftag%2F{ self .details .new_version } +%0D%0Aor+try+the+starter+project%3A+https%3A%2F%2Fgithub.com%2Fapprovals%2FApprovalTests.cpp.StarterProject%0D%0AThanks+%40LlewellynFalco+%40ClareMacraeUK+%21"
56
+ tweet_text = F"' https://twitter.com/intent/tweet?text=%23ApprovalTests.cpp+{ self .details .new_version } +released%2C+now+with+___%21%0D%0Ahttps%3A%2F%2Fgithub.com%2Fapprovals%2FApprovalTests.cpp%2Freleases%2Ftag%2F{ self .details .new_version } +%0D%0Aor+try+the+starter+project%3A+https%3A%2F%2Fgithub.com%2Fapprovals%2FApprovalTests.cpp.StarterProject%0D%0AThanks+%40LlewellynFalco+%40ClareMacraeUK+%21' "
57
57
run (["open" , tweet_text ])
58
58
59
59
def push_everything_live (self ):
You can’t perform that action at this time.
0 commit comments