Add CHANGELOG file contents linting #17135
Labels
documentation
Introduces or discusses updates to documentation.
linter
Pertains to changes to or issues with the various linters.
provider
Pertains to the provider itself, rather than any interaction with AWS.
stale
Old or inactive issues managed by automation, if no further action taken these will get closed.
Community Note
Description
We will be merging in our new CHANGELOG handling via
go-changelog
shortly (#16215). It might be good if we followed up this new process with content checking tooling to reduce some maintainer burden of reviewing these:.changelog
directory file should be named[0-9]+.txt
breaking-change
bug
enhancement
new-resource
new-data-source
new-guide
note
new-resource
andnew-data-source
:aws_
breaking-change
,bug
,enhancement
, andnote
:resource/aws_
,data-source/aws_
,provider
, orservice/
Similar Markdown AST checking can be found in the
tfproviderdocs
tooling. It should be investigated whether this tooling should live within thego-changelog
codebase or separately (at least to start).References
The text was updated successfully, but these errors were encountered: