gitlab-org--gitlab-foss/changelogs
Alexandru Croitor c56970e3f7 Remove duplicates from issue related merge requests
Remove duplicates returned by Issues#related_merge_requests API that
relies on ReferencedMergeRequestsService which returns 2 arrays one of
related MRs and one of related MRs that close the issue(i.e. a subset
of first one). We only need related MRs in this case so just pick the
first array.
2019-04-05 22:17:07 +03:00
..
unreleased Remove duplicates from issue related merge requests 2019-04-05 22:17:07 +03: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.