qdk icon indicating copy to clipboard operation
qdk copied to clipboard

Move to 'qsharp' npm package and tag correctly

Open billti opened this issue 1 year ago • 0 comments

We have the 'qsharp' npm package name also now. We should move from 'qsharp-lang' to it.

Also, the ADO ublishing pipeline should now tag correctly if the publishConfig settings is populated in the package.json, e.g.

"publishConfig": { "tag": "dev" }}

So our version.py script should set this to 'dev' or 'rc' as appropriate (or leave empty to default to 'latest').

billti avatar Feb 15 '24 18:02 billti