Skip to content

Commit

Permalink
more descriptive commit msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
molarmanful committed Jan 21, 2025
1 parent a02131b commit cc717fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/img.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v5
with:
file_pattern: img txt
commit_message: auto-generate images
1 change: 1 addition & 0 deletions .github/workflows/pub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc717fb

Please sign in to comment.