Skip to content

Commit 2cba6ef

Browse files
committed
docs: add '@changesets/changelog-github' to enhance CHANGELOG
1 parent 473234d commit 2cba6ef

4 files changed

Lines changed: 101 additions & 3 deletions

File tree

.changeset/config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/config@2.0.0/schema.json",
3-
"changelog": "@changesets/cli/changelog",
3+
"changelog": [
4+
"@changesets/changelog-github",
5+
{ "repo": "sectsect/solid-hiding-header" }
6+
],
47
"baseBranch": "main",
58
"commit": false,
69
"fixed": [],

.changeset/fifty-teachers-beam.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@sect/solid-hiding-header": patch
3+
---
4+
5+
add '@changesets/changelog-github' to enhance CHANGELOG

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"prepare": "husky install"
2020
},
2121
"devDependencies": {
22+
"@changesets/changelog-github": "^0.4.8",
2223
"@changesets/cli": "^2.26.2",
2324
"@commitlint/cli": "^17.7.1",
2425
"@commitlint/config-conventional": "^17.7.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)