Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Changelog Guide #2566

Merged
merged 1 commit into from
Aug 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading