vscode-coder icon indicating copy to clipboard operation
vscode-coder copied to clipboard

Automate extension releases to VS Code Marketplace

Open bpmct opened this issue 2 years ago • 4 comments

Currently, I believe GitHub release artifacts have to be manually submitted to the VS Code Marketplace. Can we automate this so they are always in sync?

bpmct avatar May 08 '23 14:05 bpmct

@stirby we could prioritise this, or maybe it's already done @code-asher?

matifali avatar Aug 30 '24 14:08 matifali

Not already done; the releases are infrequent enough that it has been easier to just upload the vsix manually but automation would be nice if we can spare the cycles to work on it

code-asher avatar Aug 30 '24 18:08 code-asher

Let's close this as unplanned for now.

matifali avatar Aug 31 '24 15:08 matifali

Reopening as we now also publish to OpenVSX and automating can actually save time.

There is a sample workflow available here: https://github.com/EclipseFdn/publish-extensions/blob/master/docs/exampleCI.yaml

matifali avatar Apr 15 '25 08:04 matifali