gitlab-org--gitlab-foss/changelogs
Enrique Alcántara 5e67f54fb4 Remove :not pseudo-class from md-table styles
Rollback change that adds :not(js-syntax-highlight) pseudo-class
to markdown selectors to fix syntax highlight tables in
MR code suggestions. Removes redundant inclusion of
md-typography mixin as an alternative fix.
2019-03-21 22:14:30 +00:00
..
unreleased Remove :not pseudo-class from md-table styles 2019-03-21 22:14:30 +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.