Skip to content

Commit 8b8c8a7

Browse files
committed
chore: update changeset settings
1 parent f743648 commit 8b8c8a7

File tree

4 files changed

+33
-2
lines changed

4 files changed

+33
-2
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
33
"changelog": [
4-
"@changesets/cli/changelog",
4+
"@svitejs/changesets-changelog-github-compact",
55
{
66
"repo": "ghostdevv/jellycommands"
77
}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Create Release Pull Request
3434
uses: changesets/action@v1
3535
with:
36-
publish: pnpm release && git push --follow-tags
36+
publish: pnpm release
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"packageManager": "[email protected]",
66
"devDependencies": {
77
"@changesets/cli": "^2.20.0",
8+
"@svitejs/changesets-changelog-github-compact": "^0.1.1",
89
"@types/node": "^16.11.25",
910
"nodemon": "^2.0.15",
1011
"tsup": "^5.11.13",

pnpm-lock.yaml

Lines changed: 30 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)