Skip to content

Commit a0cd7d3

Browse files
Merge branch 'main' into tg/statusbar-fix
2 parents c972977 + e5f6d67 commit a0cd7d3

File tree

25 files changed

+830
-106
lines changed

25 files changed

+830
-106
lines changed

.github/actions/create-vsix-feed/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ runs:
2424
with:
2525
path: ${{ github.workspace }}/PrivateGalleryCreator
2626
key: ${{ runner.os }}-PrivateGalleryCreator-1.0.64
27+
28+
- name: Setup .NET 6.0
29+
uses: actions/setup-dotnet@v5
30+
with:
31+
dotnet-version: '6.0.x'
2732

2833
- name: Generate gallery feed
2934
shell: pwsh

docs/dev/Release.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Follow these steps to publish a new preview to the [Private feed](https://source
1717
- The new version of the extension will be published to the [Private feed](https://sourcegraph.github.io/cody-vs/feed.xml).
1818
- A pre-release will be created on GitHub.
1919

20+
5. **Visual Studio auto-updating with the latest Preview version**: Use preview gallery feed:
21+
- Tools -> Options -> Extensions
22+
- In the `Additional Extension Galleries` select `Add` and use https://sourcegraph.github.io/cody-vs/feed.xml as `URL`
23+
2024
## Stable release
2125

2226
NOTE: All releases are currently published automatically via GitHub Actions as Preview version.
@@ -41,7 +45,7 @@ To publish a **patch** release:
4145

4246
1. Ensure all the changes for the patch are already committed to the latest release branch.
4347
2. **Start publication**: Go to https://github.com/sourcegraph/cody-vs/actions/workflows/publish.yml and run workflow manually using following parameters:
44-
- Use workflow from: release banch
48+
- Use workflow from: release branch
4549
- Publish type: Release
4650

4751

0 commit comments

Comments
 (0)