Skip to content

Commit 57ce1a1

Browse files
committed
chore(release): update version and build configuration
- Bump version to 1.67.0+0 in package.json - Use package.json version for insiders builds - Update GitHub release versioning format to "vscode-v<version>" - Update path to package.json in the release-vscode-prerelease workflow Update package.json version string format from 1.63.0.4 to 1.67.0+0 to align with semantic versioning standards. Update path to package.json in the release-vscode-prerelease workflow to correctly read version from vscode/package.json instead of package.json in the root directory.
2 parents 6855682 + b9fc1c2 commit 57ce1a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-vscode-prerelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Get package version
3030
id: version
3131
run: |
32-
VERSION=$(jq -r .version package.json)
32+
VERSION=$(jq -r .version vscode/package.json)
3333
echo "version=vscode-v${VERSION}" >> $GITHUB_OUTPUT
3434
3535
- name: Create/Update Release

0 commit comments

Comments
 (0)