Skip to content

Commit

Permalink
chore: fix nit-picks with changesets (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-fricke committed Oct 24, 2023
1 parent 2a6cbe8 commit 3858511
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
11 changes: 0 additions & 11 deletions .changeset/README.md

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
with:
publish: npm run release
version: npm run version
commit: "[ci] release"
title: "[ci] release"
commit: "ci: release package"
title: "ci: release package"
env:
NPM_CONFIG_PROVENANCE: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.changeset/*.md
coverage
dist
node_modules

0 comments on commit 3858511

Please sign in to comment.