There was an error while loading. Please reload this page.
1 parent 95a6233 commit acfe43bCopy full SHA for acfe43b
2 files changed
.github/workflows/release.yml
@@ -4,9 +4,6 @@ on:
4
push:
5
branches:
6
- main # semantic-release works on branch pushes, not tags
7
- - alpha
8
- - beta
9
- - release
10
workflow_dispatch: # Allow manual trigger
11
inputs:
12
dry_run:
package.json
@@ -2,7 +2,7 @@
2
"name": "advanced-vscode-extension",
3
"displayName": "Advanced Pluto Notebook for VSCode",
"description": "VSCode extension for Julia Pluto notebooks",
- "version": "0.1.0-alpha",
+ "version": "0.1.0",
"publisher": "juliapluto-pankgeorg",
"repository": {
"type": "git",
@@ -274,4 +274,4 @@
274
"uuid": "^13.0.0",
275
"zod": "^3.25.76"
276
}
277
-}
+}
0 commit comments