gitlab-org--gitlab-foss/changelogs
Stan Hu d2c2a0627f Fix 404s when C++ .gitignore template selected
Due to a overly-stringent regex, the project template API was 404'ing
when C++ was requested as the template. Loosen the regex to allow `+`
and `%` for URL-encoded characters.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57857
2019-02-22 00:05:19 -08:00
..
unreleased Fix 404s when C++ .gitignore template selected 2019-02-22 00:05:19 -08: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.