graphql / vscode-graphql

MIGRATED: VSCode GraphQL extension (autocompletion, go-to definition, syntax highlighting)
https://marketplace.visualstudio.com/items?itemName=Prisma.vscode-graphql
MIT License
557 stars 71 forks source link

Incorrect deployment to 0.3.50 #451

Closed Cellule closed 2 years ago

Cellule commented 2 years ago

It seems https://github.com/graphql/vscode-graphql/pull/447 tried to deploy version 0.3.50 However that version was already pushed 2 months ago image

It seems the deployment pipeline should be triggered again for 0.3.51 (and figure out how 0.3.50 was deployed incorrectly in the first place)

Related #254

Creating a new issue hoping another maintainer can look into it since @acao is undergoing surgery at this time

acao commented 2 years ago

Ok, I think we're good now with 0.3.52!

Still trying to figure out a strategy where we can pre-release on every merge, but this at least gets the pipeline working, and not with a stable release on every merge like before which is ideal. This will tide us over until we merge this repo with graphiql