Skip to content

Commit

Permalink
Update Changelog Guide (#2566)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheneska authored Aug 9, 2024
1 parent 3dcfe26 commit c7aaa23
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ plugin/k8s: Fix broken code
```
~~~

### Deprecations

```release-note:note
resource/k8s_resource_name: This resource is being deprecated as it is no longer supported in upgraded dependencies.
```

### Long Description with Markdown

~~~
Expand All @@ -108,3 +114,8 @@ For more information as to what each flag does, make sure to run `changelog-buil
```
changelog-build -last-release v0.5.0 -entries-dir .changelog/ -changelog-template changelog.tmpl -note-template note.tmpl -this-release 86b6b38faa7c69f26f1d4c71e271cd4285daadf9
```
## Changes that should not have a changelog entry

Testing updates
Resource and provider documentation updates
Code refactoring

0 comments on commit c7aaa23

Please sign in to comment.