From 5830a798e5f16693be956d406058a63f3bfe8e66 Mon Sep 17 00:00:00 2001 From: Mihai Plesa Date: Wed, 5 Sep 2018 18:29:06 +0100 Subject: [PATCH] fixes issue #954 --- script/upload.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) mode change 100644 => 100755 script/upload.py diff --git a/script/upload.py b/script/upload.py old mode 100644 new mode 100755 index 9a932d0c27e9..477974fe65d4 --- a/script/upload.py +++ b/script/upload.py @@ -167,10 +167,9 @@ 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 = '''*WARNING: Not an official Brave release. Use at your own risk.* + body = '''*This is not the released version of Brave. **Be careful** — things are unstable and might even be broken.* -These builds are an in-development early access view into the re-write of the -Brave Browser for Desktop platforms. +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. ### Linux install instructions http://brave-browser.readthedocs.io/en/latest/installing-brave.html#linux