Skip to content

Commit 0e5ae3d

Browse files
authored
Update README.md
1 parent 1addf4b commit 0e5ae3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,5 @@ You can build node tasks using `npm run build`
8585
You can package your extension by running `npm run package`. Output will be placed in the `.BuildOutput` subdirectory at root.
8686

8787
### Versioning
88-
You can set version by packaging with `npm run package -- --version <version>`
88+
You can set version by packaging with `npm run package -- --version <version>`.
89+
You can disable the default behavior which would encode the semver metadata into the patch component with the additional flag `--noversiontransform`.

0 commit comments

Comments
 (0)