From cc717fbb6c64ae7263d936bea9403a905762393c Mon Sep 17 00:00:00 2001 From: molarmanful Date: Tue, 21 Jan 2025 17:13:36 -0500 Subject: [PATCH] more descriptive commit msgs --- .github/workflows/img.yml | 1 + .github/workflows/pub.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/img.yml b/.github/workflows/img.yml index 6c4f293..33d9e36 100644 --- a/.github/workflows/img.yml +++ b/.github/workflows/img.yml @@ -30,3 +30,4 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v5 with: file_pattern: img txt + commit_message: auto-generate images diff --git a/.github/workflows/pub.yml b/.github/workflows/pub.yml index cb324ac..b3e9701 100644 --- a/.github/workflows/pub.yml +++ b/.github/workflows/pub.yml @@ -37,6 +37,7 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v5 with: file_pattern: VERSION + commit_message: bump version to ${{ github.ref_name }} - name: pub to npm run: | pnpm version ${{ github.ref_name }} --no-commit-hooks --no-git-tag-version --allow-same-version