Skip to content

docs: Add a stub changelog file

Amy Qualls requested to merge aqualls-make-a-changelog into main

Description

As part of gitlab-org/editor-extensions/meta#21 (closed), I'm ensuring we have structural parity across all of the projects in groupeditor extensions.‡ Kai explained that this project uses the releases page so all we need here is a stub.

It took me … a few times … to realize that CHANGELOG.md was in the .gitignore file, and that I needed to run git add -f CHANGELOG.md to force the addition of this file.

It's extremely minimal: just a H1 and an explanation to see the releases page. (https://gitlab.com/gitlab-org/cli/-/releases)

‡ I know that the CLI project is actually part of groupcode review but the needs are the same and I work with both groups.

Related Issues

Related to Set up a common skeleton for extension docs (gitlab-org/editor-extensions/meta#21 - closed)

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