Skip to content

docs: package changelog with the extension

Tomas Vik requested to merge tv/2023-10/package-changelog into main

Description

This MR adds CHANGELOG.md into the extension package. This will make the CHANGELOG show in the extension overview page in VS Code.

image

Related Issues

Resolves Add `Changelog` to VS Code marketplace listing (#951 - closed)

How has this been tested?

  1. run npm run package
  2. Go to VS Code, and in the extension tab select install from VSIX
    • then select the gitlab-vscode-extension/dist-desktop/gitlab-workflow-3.81.0.vsix file generated by the package npm task

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)
  • Test gap

Merge request reports