From 9a2a367df9aa0fed2a233bdf18bbf3421db5316b Mon Sep 17 00:00:00 2001 From: anhductn2001 Date: Mon, 30 Dec 2024 20:02:08 +0700 Subject: [PATCH] test --- .github/workflows/changelog.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index c17bb52a6..c354d04a7 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -41,7 +41,7 @@ jobs: if [ "$branch_exists" == "true" ]; then git checkout auto-changelog-update-do-not-create-manually git merge main --strategy-option theirs --allow-unrelated-histories --no-edit - conventional-changelog -p angular -i CHANGELOG.md -s -r 300 + conventional-changelog -p angular -i CHANGELOG.md -s git add CHANGELOG.md git commit -m "Update CHANGELOG.md [skip ci]" git push origin auto-changelog-update-do-not-create-manually @@ -50,7 +50,7 @@ jobs: git checkout main git checkout -b auto-changelog-update-do-not-create-manually git push origin auto-changelog-update-do-not-create-manually - conventional-changelog -p angular -i CHANGELOG.md -s -r 300 + conventional-changelog -p angular -i CHANGELOG.md -s fi - name: Create Pull Request