@@ -13,23 +13,23 @@ requirements and recommendations.
13
13
14
14
- [ Sign the CLA] ( #sign-the-cla )
15
15
- [ How to Contribute] ( #how-to-contribute )
16
- * [ Prerequisites] ( #prerequisites )
17
- * [ 1. Modify the YAML model] ( #1-modify-the-yaml-model )
18
- + [ Schema files] ( #schema-files )
19
- * [ 2. Update the markdown files] ( #2-update-the-markdown-files )
20
- + [ Hugo frontmatter] ( #hugo-frontmatter )
21
- * [ 3. Verify the changes before committing] ( #3-verify-the-changes-before-committing )
22
- * [ 4. Changelog] ( #4-changelog )
23
- + [ When to add a Changelog Entry] ( #when-to-add-a-changelog-entry )
16
+ - [ Prerequisites] ( #prerequisites )
17
+ - [ 1. Modify the YAML model] ( #1-modify-the-yaml-model )
18
+ - [ Schema files] ( #schema-files )
19
+ - [ 2. Update the markdown files] ( #2-update-the-markdown-files )
20
+ - [ Hugo frontmatter] ( #hugo-frontmatter )
21
+ - [ 3. Verify the changes before committing] ( #3-verify-the-changes-before-committing )
22
+ - [ 4. Changelog] ( #4-changelog )
23
+ - [ When to add a Changelog Entry] ( #when-to-add-a-changelog-entry )
24
24
- [ Examples] ( #examples )
25
- + [ Adding a Changelog Entry] ( #adding-a-changelog-entry )
26
- * [ 5. Getting your PR merged] ( #5-getting-your-pr-merged )
25
+ - [ Adding a Changelog Entry] ( #adding-a-changelog-entry )
26
+ - [ 5. Getting your PR merged] ( #5-getting-your-pr-merged )
27
27
- [ Automation] ( #automation )
28
- * [ Consistency Checks] ( #consistency-checks )
29
- * [ Auto formatting] ( #auto-formatting )
30
- * [ Markdown style] ( #markdown-style )
31
- * [ Misspell check] ( #misspell-check )
32
- * [ Markdown link check] ( #markdown-link-check )
28
+ - [ Consistency Checks] ( #consistency-checks )
29
+ - [ Auto formatting] ( #auto-formatting )
30
+ - [ Markdown style] ( #markdown-style )
31
+ - [ Misspell check] ( #misspell-check )
32
+ - [ Markdown link check] ( #markdown-link-check )
33
33
- [ Updating the referenced specification version] ( #updating-the-referenced-specification-version )
34
34
- [ Making a Release] ( #making-a-release )
35
35
- [ Merging existing ECS conventions] ( #merging-existing-ecs-conventions )
@@ -320,7 +320,7 @@ make markdown-link-check
320
320
- Add ` next ` as a version in ` schema-next.yaml ` version.
321
321
- Run ` make chlog-update VERSION=v{version} `
322
322
- ` make chlog-update ` will clean up all the current ` .yaml ` files inside the
323
- ` .chloggen ` folder automatically
323
+ ` .chloggen ` folder automatically
324
324
- Double check that ` CONTRIBUTING.md ` is updated with the proper ` v{version} `
325
325
- Send staging tag as PR for review.
326
326
- Create a tag ` v{version} ` on the merged PR and push remote.
0 commit comments