diff --git a/.github/workflows/tag.yaml b/.github/workflows/tag.yaml index d99d56d..5a15f77 100644 --- a/.github/workflows/tag.yaml +++ b/.github/workflows/tag.yaml @@ -3,7 +3,6 @@ # This is easier than having to run manual `git` operations on a local clone. # It also runs on a schedule so we don't leave commits unreleased indefinitely # (avoiding users having to ping "hey could someone cut a release"). - name: Tag a Release on: # Allow devs to tag manually through the GitHub UI. diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c672af1..882e0a8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,6 @@ # See CONTRIBUTING.md for instructions. # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks - # Commitizen runs in commit-msg stage # but we don't want to run the other hooks on commit messages default_stages: [pre-commit] @@ -43,7 +42,7 @@ repos: hooks: - id: prettier - repo: https://github.com/google/yamlfmt - rev: v0.14.0 + rev: v0.21.0 hooks: - id: yamlfmt exclude: |