Skip to content

chore: Add manual publish pre-release job

Description

This MR is the first step of implementing an automated publishing of pre-releases described in #1549 (closed).

The MR adds a manual job to trigger publishing of a pre-release version of the extension to the marketplace.

The published pre-releases could be monitored in the pre-release environment. If this approach proves to be successful, the publishing could be later change to be a scheduled job run daily. Further improvements would include adding publishing a main release as a manual job that could be triggered off the published pre-release in the pre-release environment.

See this demo for details.

Related Issues

Related to #1549 (closed)

How has this been tested?

Screenshots (if appropriate)

What CHANGELOG entry will this MR create?

  • fix: Bug fix fixes - a user-facing issue in production - included in changelog
  • feature: New feature - a user-facing change which adds functionality - included in changelog
  • BREAKING CHANGE: (fix or feature that would cause existing functionality to change) - should bump major version, mentioned in the changelog
  • None - other non-user-facing changes
Edited by Tomas Vik

Merge request reports

Loading