hashicorp / go-changelog

Changelog generation based on files in a directory.
Mozilla Public License 2.0
107 stars 20 forks source link

add changelog-check command #22

Closed mikemorris closed 2 years ago

mikemorris commented 2 years ago

Extracted core logic from changelog-pr-body-check as Entry.Validate to expose this directly on a separate changelog-check command without the GitHub dependency or GCP magic modules workflow assumptions.

Intended to be implemented in conjunction with #21 to allow more flexible changelog entry validation as fitting implementers needs, but not directly dependent on it.

Refs https://github.com/hashicorp/terraform-provider-aws/issues/17135

/cc @bflad