gitlab-org--gitlab-foss/changelogs
Luke Bennett 1fb499de27
Add leave link to access_granted email
Allows users to leave a project/group
that they have been added to.
Add function to leave a namespace by url param
If the `leave` param is present on a project/group show page,
click the leave link.
2019-05-03 17:19:16 +01:00
..
unreleased Add leave link to access_granted email 2019-05-03 17:19:16 +01:00
archive.md
README.md add changelogs/README.md 2019-02-18 04:57:57 +00:00

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.