Skip to content

Commit

Permalink
'release-note' not 'release-notes' for CHANGELOG entries
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit authored Jul 8, 2021
1 parent 56b1f95 commit d116587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributing/pullrequest-submission-and-lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,11 @@ The changelog format requires an entry in the following format, where HEADER cor
If a pull request should contain multiple changelog entries, then multiple blocks can be added to the same changelog file. For example:

``````markdown
```release-notes:note
```release-note:note
resource/aws_example_thing: The `broken` attribute has been deprecated. All configurations using `broken` should be updated to use the new `not_broken` attribute instead.
```

```release-notes:enhancement
```release-note:enhancement
resource/aws_example_thing: Add `not_broken` attribute
```
``````
Expand Down

0 comments on commit d116587

Please sign in to comment.