gitlab-org--gitlab-foss/changelogs
Paul Gascou-Vaillancourt 911701ae47 Extract discussion notes into new component
- Moved discussion notes out of `NoteableDiscussion` component into a
new `DiscussionNotes` component
- Wrote Jest tests for the new `DiscussionNotes` component
- Updated Jest config for emojis fixtures
- Updated Karma tests `NoteableDiscussion` to match its new structure
- Convert `DiffDiscussions` tests to use Vue test utils
2019-05-01 10:04:07 +00:00
..
unreleased Extract discussion notes into new component 2019-05-01 10:04:07 +00:00
README.md add changelogs/README.md 2019-02-18 04:57:57 +00:00
archive.md Eliminate duplicated words 2018-11-22 15:44:32 +09:00

README.md

Generating changelog entries

To generate and validate your changelog entries:

  1. Run bin/changelog to generate.
  2. Run scripts/lint-changelog-yaml to validate.

See development/changelog documentation for detailed usage.