Commit 6dc8549
committed
ci: Add conventional commit check to Tekton linter
* Added a new script step (`conventional-commits`) to the Tekton
linter pipeline (`.tekton/linter.yaml`).
* Validated the format of the latest commit message using a regex check
against the Conventional Commits standard.
* Failed the pipeline run if the commit message did not conform to the
specification.
* Aimed to improve commit history clarity and enable automated changelog
generation.
Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>1 parent e702071 commit 6dc8549
1 file changed
+26
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
80 | 106 | | |
81 | 107 | | |
82 | 108 | | |
| |||
0 commit comments