Skip to content

Commit

Permalink
chore: prettier ignore .cz.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanosdev committed Nov 27, 2023
1 parent 5e6654a commit b295cca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ jobs:
push: false
github_token: ${{ secrets.GITHUB_TOKEN }}

# commitizen is formatting the .cz.yaml file in a way that Prettier does not like
- name: Format
run: pnpm format

- name: Print Version
run: echo "Bumping to version ${{ steps.cz.outputs.version }}"

Expand Down
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ node_modules
/tmp

pnpm-lock.yaml

# commitizen is formatting the .cz.yaml file in a way that Prettier does not like
.cz.yaml

0 comments on commit b295cca

Please sign in to comment.