Skip to content

Commit

Permalink
Merge pull request #402 from brave/update-release-description-text
Browse files Browse the repository at this point in the history
update release description text
  • Loading branch information
mihaiplesa authored Sep 5, 2018
2 parents 053589b + 5830a79 commit b2b8da7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions script/upload.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b2b8da7

Please sign in to comment.