Skip to content

Commit

Permalink
build: Update changelog generation (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea authored Nov 14, 2023
1 parent 1bf0695 commit 799a5ca
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "getsentry/spotlight" }],
"changelog": ["@svitejs/changesets-changelog-github-compact", { "repo": "getsentry/spotlight" }],
"commit": false,
"fixed": [],
"linked": [],
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/prepare-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ jobs:
uses: changesets/action@v1
with:
version: pnpm run changeset:consume
commit: 'meta(changelog): Update package versions'
title: 'meta(changelog): Update package versions'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"changeset:publish": "pnpm changeset publish"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
Expand Down
35 changes: 14 additions & 21 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 799a5ca

Please sign in to comment.