We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1addf4b commit 0e5ae3dCopy full SHA for 0e5ae3d
README.md
@@ -85,4 +85,5 @@ You can build node tasks using `npm run build`
85
You can package your extension by running `npm run package`. Output will be placed in the `.BuildOutput` subdirectory at root.
86
87
### Versioning
88
-You can set version by packaging with `npm run package -- --version <version>`
+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