Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Add pre release flag in json (#13164)
Browse files Browse the repository at this point in the history
* Fix typo error

Fix the spelling for description

* 1.9 pre-release

Test new build automation system by posting 1.9 pre-release.

* Fine tune the build config
  • Loading branch information
swmitra authored Mar 9, 2017
1 parent 8cff01d commit 0b292ea
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"version": "1.9.0-0",
"title" : "Brackets 1.9 <Pre-release>",
"description" : "This is a Brackets 1.9 pre-release build. This release contains reverse inspect for live preview, extension sorting mechanism based on download count and much more."
"version": "release-1.9-prerelease",
"title" : "Brackets 1.9 Pre-release for community testing",
"description" : "This is a Brackets 1.9 pre-release build. This release contains reverse inspect for live preview, extension sorting mechanism based on download count and much more.",
"prerelease": true
}

0 comments on commit 0b292ea

Please sign in to comment.