Skip to content

Commit

Permalink
RELEASE: v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jefflill committed Nov 22, 2020
1 parent 535f8e5 commit 36eba93
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 303 deletions.
16 changes: 9 additions & 7 deletions Doc/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions RaspberryDebugger/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.4.0.0")]
[assembly: AssemblyFileVersion("0.4.0.0")]
[assembly: AssemblyVersion("0.5.0.0")]
[assembly: AssemblyFileVersion("0.5.0.0")]
4 changes: 0 additions & 4 deletions RaspberryDebugger/RaspberryDebugger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="ReleaseNotes.rtf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<EmbeddedResource Include="raspberry-catalog.json" />
<None Include="source.extension.vsixmanifest">
<SubType>Designer</SubType>
Expand Down
Loading

0 comments on commit 36eba93

Please sign in to comment.