From d989028b2008310069b53dc88d71de39690cd3e2 Mon Sep 17 00:00:00 2001 From: heitorlessa Date: Fri, 12 Aug 2022 17:54:43 +0200 Subject: [PATCH] chore(ci): remove conventional changelog commit to reduce noise --- .github/workflows/reusable_publish_changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable_publish_changelog.yml b/.github/workflows/reusable_publish_changelog.yml index 16fd2c06d1..9bd0959d1c 100644 --- a/.github/workflows/reusable_publish_changelog.yml +++ b/.github/workflows/reusable_publish_changelog.yml @@ -29,5 +29,5 @@ jobs: - name: Update Changelog in trunk run: | git add CHANGELOG.md - git commit -m "chore(ci): update changelog with latest changes" + git commit -m "update changelog with latest changes" git push origin HEAD:refs/heads/develop