gitlab-org--gitlab-foss/changelogs
Jan Provaznik a98b89e9bc Re-escape whole HTML content instead of only match
When we un-escape HTML text to find references in it, we should then
re-escape the whole text again, not only found matches.

Because we replace matches with milestone/label links (which contain
HTML tags we don't want to escape again), we re-escape HTML text
with placeholders instead of these links and then replace placeholders
in the escaped text.
2019-08-23 10:36:51 +02:00
..
unreleased Re-escape whole HTML content instead of only match 2019-08-23 10:36:51 +02:00
README.md Extend yamllint test to changelogs 2019-07-23 12:23:51 +00:00
add-name-parameter-to-project-environments-api.yml Add name & search parameters to project environments API 2019-06-24 12:18:40 +00:00
archive.md Fix Typos 2019-06-12 15:51:29 +00:00

README.md

Generating changelog entries

To generate and validate your changelog entries:

  1. Run bin/changelog to generate.
  2. Run yamllint changelogs to validate.

See development/changelog documentation for detailed usage.