Skip to content

Commit

Permalink
Update instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
rpaquay committed Jan 15, 2014
1 parent ade5607 commit f849f33
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions NewReleaseCheclist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,29 @@ Master branch
1. Update version # in all files:
* Find in files: x.y.z (*.cs *.rc)
* Find in files: x,y,z (*.rc)

2. Build

3. Check all unit test pass

4. Commit and push to github

5. Create a release named "vx.y.x" (e.g. v0.2.2) on github
* Create the tag "vx.y.z"
* Attach the vsix file built in step 2.


gh-pages branch
===============

1. Update "index.html#installation" to have the installation ref. point to the URL of the release created above
1. Update the "What's new" section in "index.html"

2 Update "index.html#installation" to have the installation ref. point to the URL of the release created above
(https://github.com/chromium/vs-chromium/releases/tag/vx.y.x)
2. Update the file "latest_version.txt" with the new version # and new URL

3. Update the file "latest_version.txt" with the new version # and new URL

version: x.y.z
url: https://github.com/chromium/vs-chromium/releases/tag/vx.y.z

3. Commit and push.
4. Commit and push.

0 comments on commit f849f33

Please sign in to comment.