diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 19306ec..5e14718 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,4 +22,4 @@ jobs: - run: npx semantic-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/README.md b/README.md index aa21dc0..36a2e8c 100644 --- a/README.md +++ b/README.md @@ -157,8 +157,8 @@ To release a new version, run the ["Release to npm"](https://github.com/digitals - Create a Git tag and GitHub release - Generate a changelog based on the commits since the last release -Releases are created automatically by [semantic-release](https://github.com/semantic-release/semantic-release?tab=readme-ov-file). Please refer to their documentation to learn more about how version numbers are inferred and how changelogs are created. +Releases are created automatically by [semantic-release](https://github.com/semantic-release/semantic-release?tab=readme-ov-file). Please refer to their documentation to learn more about how version numbers are inferred and how changelogs are created. ## Contributing -See [CONTRIBUTING.md](./CONTRIBUTING.md). \ No newline at end of file +See [CONTRIBUTING.md](./CONTRIBUTING.md). diff --git a/package.json b/package.json index 56ceb80..44f53e5 100644 --- a/package.json +++ b/package.json @@ -90,4 +90,4 @@ "public" ] } -} \ No newline at end of file +}