diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index abbe2fd..ebd2fbe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,7 +88,7 @@ jobs: git config user.name "GitHub Action" git checkout -b $BRANCH - git commit -am "Changelog update - $VERSION" + git commit -am "chore: update changelog for $VERSION" git push --set-upstream origin $BRANCH gh label create "$LABEL" \