gitlab-org--gitlab-foss/changelogs
Drew Blessing 81f44275bd Fix Admin area user access level radio button labels
In the admin user edit form, access level radio button labels didn't have
the correct 'for' value. Clicking on the label did not select the radio
button. This makes usability a bit nicer since the click area is increased
when the label is clickable.
2019-08-05 18:00:57 -05:00
..
unreleased Fix Admin area user access level radio button labels 2019-08-05 18:00:57 -05: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.