Skip to content

Commit acfe43b

Browse files
committed
fix: maybe better when merged
1 parent 95a6233 commit acfe43b

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
push:
55
branches:
66
- main # semantic-release works on branch pushes, not tags
7-
- alpha
8-
- beta
9-
- release
107
workflow_dispatch: # Allow manual trigger
118
inputs:
129
dry_run:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "advanced-vscode-extension",
33
"displayName": "Advanced Pluto Notebook for VSCode",
44
"description": "VSCode extension for Julia Pluto notebooks",
5-
"version": "0.1.0-alpha",
5+
"version": "0.1.0",
66
"publisher": "juliapluto-pankgeorg",
77
"repository": {
88
"type": "git",
@@ -274,4 +274,4 @@
274274
"uuid": "^13.0.0",
275275
"zod": "^3.25.76"
276276
}
277-
}
277+
}

0 commit comments

Comments
 (0)