From c801bf4cb4a23c7232b72fbf3deb226e6e6e7aad Mon Sep 17 00:00:00 2001 From: Mihai Plesa Date: Wed, 12 Sep 2018 13:08:17 +0100 Subject: [PATCH] fixes issue #954 --- script/upload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/upload.py b/script/upload.py index 477974fe65d4..67435e9325d4 100755 --- a/script/upload.py +++ b/script/upload.py @@ -167,7 +167,7 @@ def get_text_with_editor(name): def create_release_draft(repo, tag): name = '{0} {1}'.format(release_name(), tag) # TODO: Parse release notes from CHANGELOG.md - body = '''*This is not the released version of Brave. **Be careful** — things are unstable and might even be broken.* + body = '''*This is not the released version of Brave. **Be careful** - things are unstable and might even be broken.* These builds are an unpolished and unfinished early preview for the new version of Brave on the desktop. These builds show our work in progress and they aren't for the faint-of-heart. Features may be missing or broken in new and exciting ways; familiar functionality may have unfamiliar side-effects. These builds showcase the newest advances that we're bringing to your browser, but this is still a prototype, not a reliable daily driver. Try it out only if you're looking for a little extra spice and adventure in your browsing.