eclipse-theia / vscode-builtin-extensions

Built-in VS Code extensions for Theia
Other
69 stars 36 forks source link

temporarily disable publish to open-vsx #94

Closed marcdumais-work closed 2 years ago

marcdumais-work commented 2 years ago

Fixes #93

  1. disable open-vsx publish for solid revisions Disable both nightly and when merging to master. This way we will not further "pollute" the versions ahead of time, pass the current 1.62.3. We will re-enable solid revision publish when we catch up and need more recent versions published.

in the meantime we keep the build, so we see if problems arise.

  1. disable cron nightly open-vsx publish for internediary revisions (next)

Keep publishing, when merging to master, so we can confirm that publishing still works, but remove nightly CRON publishing. Given the relative activity in this repo, this will not result in a ton of next revisions on open-vsx.

Signed-off-by: Marc Dumais marc.dumais@ericsson.com