Skip to content

Commit

Permalink
fixed intentional fragment typo and some doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
miniscruff committed Sep 8, 2024
1 parent 9b76e32 commit ab5c588
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changes/unreleased/fixed-20240908-004631.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
5 changes: 5 additions & 0 deletions docs/integrations/ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Check notice on line 15 in docs/integrations/ci.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

docs/integrations/ci.md#L15

Expected: 1; Actual: 2
Below is an example if you are using the github action.

```yaml
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ab5c588

Please sign in to comment.