From 61cc5d1f189bc4bbaa04fd0053522bdd5f7eaee7 Mon Sep 17 00:00:00 2001 From: EthanMcManus Date: Fri, 30 Jan 2026 17:25:38 -0500 Subject: [PATCH] conventional commits update --- .github/workflows/promote_staging.yml | 1 + .github/workflows/semantic_release.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/promote_staging.yml b/.github/workflows/promote_staging.yml index 9f92234..6e54088 100644 --- a/.github/workflows/promote_staging.yml +++ b/.github/workflows/promote_staging.yml @@ -66,6 +66,7 @@ jobs: extra_plugins: | @semantic-release/commit-analyzer@11 @semantic-release/release-notes-generator@12 + conventional-changelog-conventionalcommits@8 @semantic-release/changelog@6 @semantic-release/exec@6 @semantic-release/git@10 diff --git a/.github/workflows/semantic_release.yml b/.github/workflows/semantic_release.yml index a033234..2cc12d5 100644 --- a/.github/workflows/semantic_release.yml +++ b/.github/workflows/semantic_release.yml @@ -29,6 +29,7 @@ jobs: extra_plugins: | @semantic-release/commit-analyzer@11 @semantic-release/release-notes-generator@12 + conventional-changelog-conventionalcommits@8 @semantic-release/changelog@6 @semantic-release/exec@6 @semantic-release/git@10