Skip to content

Commit

Permalink
add changelog docs for dependency upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed Jan 13, 2022
1 parent 0f85c3a commit 52a2019
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/changelog-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ Use resource/datasource/provider prefixes where appropriate.
```release-note:note
resource/cloudflare_example: Example resource now does X slightly differently
```

```release-note:dependency
`cloudflare-go` v0.1.0 => v0.1.1
```
``````

#### Changes that should _not_ have a CHANGELOG entry
Expand Down
8 changes: 8 additions & 0 deletions scripts/changelog.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,11 @@ BUG FIXES:
{{ template "note" . }}
{{ end -}}
{{- end -}}

{{- if .NotesByType.dependency }}
DEPENDENCIES:

{{range .NotesByType.dependency | sort -}}
{{ template "note" . }}
{{ end -}}
{{- end -}}

0 comments on commit 52a2019

Please sign in to comment.