diff --git a/.changeset/README.md b/.changeset/README.md deleted file mode 100644 index 468dd17..0000000 --- a/.changeset/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# Changesets - -Hello and welcome! This folder has been automatically generated by -`@changesets/cli`, a build tool that works with multi-package repos, or -single-package repos to help you version and publish your code. You can find the -full documentation for it -[in our repository](https://github.com/changesets/changesets) - -We have a quick list of common questions to get you started engaging with this -project in -[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d7b73ad..b7beff2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000..407c111 --- /dev/null +++ b/.prettierignore @@ -0,0 +1,4 @@ +.changeset/*.md +coverage +dist +node_modules \ No newline at end of file