From 4b762feef845ac6df493d8ef940cd3cb6ded6810 Mon Sep 17 00:00:00 2001 From: "Casale, Robert" Date: Tue, 7 May 2024 11:42:41 -0400 Subject: [PATCH] feat(actions): fix typo with preset version This change will fix the conventional-changelog-angular package to use the correct version of 7.0.0. I was looking at the wrong package initiially and grabbed the wrong version. Signed-off-by: Casale, Robert --- .github/workflows/titlecheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/titlecheck.yml b/.github/workflows/titlecheck.yml index c10f7f11..9fd32829 100644 --- a/.github/workflows/titlecheck.yml +++ b/.github/workflows/titlecheck.yml @@ -22,6 +22,6 @@ jobs: success-state: Title follows the specification. failure-state: Title does not follow the specification. context-name: conventional-pr-title - preset: conventional-changelog-angular@7.0.2 + preset: conventional-changelog-angular@7.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}