Skip to content

Commit e8ef777

Browse files
committed
[release] package.json: unset the preview field, and prepare for 0.15.1
Nightly version release process sets the preview field in the release workflow (all.bash prepare_nightly). The default package.json is for golang.go that shouldn't be marked as preview. Fixes #273. Change-Id: I7aee5208314c4eadb09abf67646c2ff64439e9ab Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/240545 Reviewed-by: Rebecca Stambler <[email protected]> (cherry picked from commit 1be5ec9) Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/241162
1 parent fddcea5 commit e8ef777

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"name": "go",
33
"displayName": "Go",
4-
"version": "0.15.0",
4+
"version": "0.15.1",
55
"publisher": "golang",
66
"description": "Rich Go language support for Visual Studio Code",
77
"author": {
88
"name": "Go Team at Google"
99
},
10-
"preview": true,
1110
"license": "MIT",
1211
"icon": "images/go-logo-blue.png",
1312
"categories": [

0 commit comments

Comments
 (0)