Skip to content

Commit 4a79c88

Browse files
feat: trigger release from minimal docs-only change (#162)
Docs-only PR to trigger semantic-release via feat commit so the latest splunk-appinspect bump gets a GitHub release without changing release logic.
2 parents 53b4b8e + c460bcb commit 4a79c88

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Path to generated file with markdown for expected appinspect failures
6060
`pass|fail`
6161

6262
### Manual checks review
63-
To see checks to be verified, inspect the `result_file` from `appinspect-cli-action`. Verify manual checks and mark them as reviewed by adding them one by one into `.appinspect.manualcheck.yaml`, ex:
63+
To see checks to be verified, inspect the `result_file` from `appinspect-cli-action`. Verify manual checks and mark them as reviewed by adding them one by one into `.appinspect.manualcheck.yaml`, for example:
6464
```yml
6565
name_of_manual_check_1:
6666
comment: 'your comment'
@@ -70,7 +70,7 @@ name_of_manual_check_2:
7070
Please note that names of validated manual checks should be aligned with those from `result_file` and your comment can't be empty.
7171

7272
### Failure checks review
73-
To mark Failures as expected, add them into `.appinspect.expect.yaml` with proper comment containing ticket id of ADDON/APPCERT project associated with the exception, ex:
73+
To mark Failures as expected, add them into `.appinspect.expect.yaml` with proper comment containing ticket id of ADDON/APPCERT project associated with the exception, for example:
7474
```yml
7575
name_of_exception_1:
7676
comment: 'ADDON-123: your comment'

0 commit comments

Comments
 (0)