gitlab-org--gitlab-foss/changelogs
Kamil Trzciński e7ee84aad4 Add support for DAG
This implements the support for `needs:` keyword
as part of GitLab CI. That makes some of the jobs
to be run out of order.
2019-08-01 14:26:49 +00:00
..
unreleased Add support for DAG 2019-08-01 14:26:49 +00:00
add-name-parameter-to-project-environments-api.yml
archive.md
README.md Extend yamllint test to changelogs 2019-07-23 12:23:51 +00:00

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.