-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
13 additions
and
303 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,11 @@ | |
* `AssemblyInfo.cs:` both the assembly and file versions | ||
* `source.extension.vsixmanifest` | ||
|
||
5. Update the release notes in: `ReleaseNotes.rtf` | ||
5. Update `source.extension.vsixmanifest` **Release Notes** with the new release URI on GitHub. This should look like: | ||
|
||
https://github.com/nforgeio/RaspberryDebugger/releases/tag/v0.4 | ||
|
||
Note that we haven't published the release yet so be sure not to copy/paste the URL from the release draft. Instead, copy/paste the link above and modify the version. | ||
|
||
6. Open the solution, set the build configuration to **RELEASE** and then manually clean and build the solution. | ||
|
||
|
@@ -23,15 +27,13 @@ | |
|
||
9. Copy/paste the SHA512 from `$/Build/RaspberryDebugger.vsix.sha512.txt** into the release notes. | ||
|
||
10. Update the release notes at: `$/RaspberryDebugger/ReleaseNotes.rtf` | ||
|
||
11. Commit any changes and push them to GitHub using a comment like: **RELEASE: v1.0** | ||
10. Commit any changes and push them to GitHub using a comment like: **RELEASE: v1.0** | ||
|
||
12. Publish the GitHub release. | ||
11. Publish the GitHub release. | ||
|
||
13. Switch back to the **main** branch, merge the changes from the release branch and push **main** to GitHub. | ||
12. Switch back to the **main** branch, merge the changes from the release branch and push **main** to GitHub. | ||
|
||
14. Publish to the Visual Studio Marketplace: | ||
13. Publish to the Visual Studio Marketplace: | ||
|
||
a. Goto [Visual Studio MarketPlace](https://marketplace.visualstudio.com/vs) | ||
b. Sign via via [email protected] (for now) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.