Skip to content

Commit

Permalink
Merge pull request #73 from ryohidaka/dependabot/npm_and_yarn/husky-9…
Browse files Browse the repository at this point in the history
….0.11

build(deps-dev): Bump husky from 8.0.3 to 9.0.11
  • Loading branch information
ryohidaka committed May 6, 2024
2 parents f7d4338 + 16b9a4f commit c4886ad
Show file tree
Hide file tree
Showing 4 changed files with 181 additions and 129 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/auto-tag.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
push:
branches: main

jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18"
- uses: Klemensas/action-autotag@stable
with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
tag_prefix: "v"
changelog_structure: "**{{messageHeadline}}** {{author}}\n"
Loading

0 comments on commit c4886ad

Please sign in to comment.