gitlab-org--gitlab-foss/changelogs
Reuben Pereira 0e7a9e46d2 Allow blank values to be stored in reactive cache
Reactive caching concern was using .present? to determine if it got
a valid value from the cache. This returns false for values such as
false, [], {}. Change this check to !.nil? instead.
2019-02-18 11:24:00 +00:00
..
unreleased Allow blank values to be stored in reactive cache 2019-02-18 11:24:00 +00:00
archive.md Eliminate duplicated words 2018-11-22 15:44:32 +09:00
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.