gitlab-org--gitlab-foss/changelogs
Stan Hu cfaf012c53 Fix project settings not being able to update
Previously import_url would always be present in the update parameters,
which would cause the validation to fail. We now only include this
parameter only if there is URL given.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62708
2019-06-03 15:27:24 -07:00
..
unreleased Fix project settings not being able to update 2019-06-03 15:27:24 -07:00
README.md
archive.md

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.