diff --git a/.changes/unreleased/fixed-20240908-004631.yaml b/.changes/unreleased/fixed-20240908-004631.yaml index 8e089475..a061d232 100644 --- a/.changes/unreleased/fixed-20240908-004631.yaml +++ b/.changes/unreleased/fixed-20240908-004631.yaml @@ -1,4 +1,4 @@ -kind: fixed-typo-checking-ci +kind: fixed body: Validate kinds match config in fragment when batching release notes time: 2024-09-08T00:46:31.38990871-07:00 custom: diff --git a/docs/integrations/ci.md b/docs/integrations/ci.md index 0428d09e..174f9617 100644 --- a/docs/integrations/ci.md +++ b/docs/integrations/ci.md @@ -8,6 +8,11 @@ one such example is if you typo a kind or invalid custom prompt answer. One way to prevent this issue from causing later problems is to run changie as part of your CI tests. + +This currently does not validate custom prompts meet validation rules such as min length. +This is likely to be extended in the future. + + Below is an example if you are using the github action. ```yaml diff --git a/mkdocs.yml b/mkdocs.yml index 2991e3de..0f399a08 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -98,7 +98,7 @@ nav: - Goreleaser: integrations/goreleaser.md - Release Trigger: integrations/release_trigger.md - yq: integrations/yq.md - - ci: integrations/ci.md + - Continuous Integration: integrations/ci.md - Config: - config/index.md - CLI: