Skip to content

Commit 9309759

Browse files
Trigger first release to open-vsx.org
This is the first try, so we may need to adjust some things to make it work in the end. The idea is to update file RELEASE, adding a new release tag in there. Then we expect that tentative, automatically-generated release notes, will be added to this PR, for our review. Once we merge the PR, a GitHub release v0.2.0 should be created automatically in the repo, with attached release notes. The tag's creation should then trigger the job that published the extension to open-vsx.org. Note: I picked v0.2.0 to avoid conflicting with the "vscode trace extension", that's already released on the Visual Studio Marketplace (which is currently at v0.1.44). I propose we go with a v1.0.0 version after discussions with other contributors, and after our release/publish infrastructure has been demonstrated to work well. Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
1 parent 169000d commit 9309759

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

RELEASE

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
# Release file - see documentation: https://github.com/pipe-cd/actions-gh-release#usage
2+
3+
tag: v0.2.0
4+
5+
commitExclude:
6+
prefixes:
7+
- "Merge pull request #"

vscode-trace-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-trace-extension",
33
"displayName": "Trace Viewer for VSCode",
44
"description": "Viewer that permits visualizing traces and contained data, analyzed by a trace server, and provided over the Trace Server Protocol (TSP)",
5-
"version": "0.1.0",
5+
"version": "0.2.0",
66
"license": "EPL-2.0",
77
"engines": {
88
"vscode": "^1.52.0"

0 commit comments

Comments
 (0)