File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
1
name : Package Extension
2
- on : push
2
+ on :
3
+ push :
4
+ release :
5
+ types :
6
+ - created
3
7
jobs :
4
8
test-and-package :
5
9
name : " Test & Package"
28
32
with :
29
33
name : ${{ env.PACKAGE_NAME }}.vsix
30
34
path : ./${{ env.PACKAGE_NAME }}.vsix
35
+
36
+ - name : Publish
37
+ if : success() && startsWith(github.ref, 'refs/tags/v')
38
+ run : bun vsce-publish
39
+ env :
40
+ VSCE_PAT : ${{ secrets.VSCE_PAT }}
Original file line number Diff line number Diff line change @@ -6,9 +6,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.0.2] - 2024-09-06
10
+
9
11
- Interactive demo website, use ` bun demo ` to run.
10
12
- Publish demo via Github Pages
11
13
- Updated readme to point to the demo
14
+ - Automatically publish releases
12
15
13
16
## [ 0.0.1] - 2024-09-05
14
17
Original file line number Diff line number Diff line change 51
51
"//" : " START EXTENSION ATTRIBUTES" ,
52
52
"publisher" : " tamir-bahar" ,
53
53
"name" : " function-graph-overview" ,
54
- "version" : " 0.0.1 " ,
54
+ "version" : " 0.0.2 " ,
55
55
"description" : " Function Graph Overview" ,
56
56
"displayName" : " Function Graph Overview" ,
57
57
"icon" : " ./media/icon.png" ,
91
91
"engines" : {
92
92
"vscode" : " ^1.86.0"
93
93
}
94
- }
94
+ }
You can’t perform that action at this time.
0 commit comments