-
Notifications
You must be signed in to change notification settings - Fork 764
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
extension/src/config.ts: handle the version with '-dev' as prerelease
And change the version string in package.json on master to v0.44.0-dev to indicate it is the dev version for v0.44.0. Prerelease versions will use v0.43.X. While doing so, I learned that the version string must have Major.Minor.Patch[-prerelease] format, and strings like "v0.44-dev" are not acceptable. Otherwise, `vsce` and vscode test framework fails to build the extension quite mysteriously. Change-Id: I6e73b2bf6d0f41b491844345193064320dd401e3 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/615775 Commit-Queue: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Hongxiang Jiang <[email protected]> kokoro-CI: kokoro <[email protected]>
- Loading branch information
Showing
4 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters