graphql / vscode-graphql

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

feat: Publish extension to open-vsx.org #187

Closed carmenberndt closed 4 years ago

carmenberndt commented 4 years ago

On push to master the versions are bumped and pushed to master. The publish-marketplace and publish-open-vsx workflows are triggered after, taking what's on master publishing it to both marketplace and open-vsx.

If publishing to e.g. marketplace fails, the workflow can just be re-triggered.

carmenberndt commented 4 years ago

looks great @carmenberndt! I see @divyenduz's comment addressed.

Next up after this, we were thinking to add an "insiders" package for pre-release on every merge, and then @divyenduz and I thought we could just publish stable releases locally? What do you think?

Sounds good!