-
James Ramsay authored
The formatting of the samples is inconsistent with how Ruby prints YAML making the formatting of the samples different to the output of the release post item generator. This creates confusion over minor formatting differences that do not impact the validity of the YAML release post item. Two changes have been made for consistency: - '---' denotes the beginning of the YAML document https://yaml.org/spec/1.2/spec.html#id2760395 - block scalar nodes are no longer double indented https://yaml.org/spec/1.2/spec.html#id2799784
9ef93588