Skip to content

Commit c7aaa23

Browse files
authored
Update Changelog Guide (#2566)
1 parent 3dcfe26 commit c7aaa23

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG_GUIDE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ plugin/k8s: Fix broken code
8585
```
8686
~~~
8787

88+
### Deprecations
89+
90+
```release-note:note
91+
resource/k8s_resource_name: This resource is being deprecated as it is no longer supported in upgraded dependencies.
92+
```
93+
8894
### Long Description with Markdown
8995

9096
~~~
@@ -108,3 +114,8 @@ For more information as to what each flag does, make sure to run `changelog-buil
108114
```
109115
changelog-build -last-release v0.5.0 -entries-dir .changelog/ -changelog-template changelog.tmpl -note-template note.tmpl -this-release 86b6b38faa7c69f26f1d4c71e271cd4285daadf9
110116
```
117+
## Changes that should not have a changelog entry
118+
119+
Testing updates
120+
Resource and provider documentation updates
121+
Code refactoring

0 commit comments

Comments
 (0)