Skip to content

Commit a7aa49b

Browse files
committed
Fine then, I'll just use the basic builtin changelog
1 parent 166653b commit a7aa49b

File tree

4 files changed

+7
-76
lines changed

4 files changed

+7
-76
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "../node_modules/@changesets/config/schema.json",
3-
"changelog": ["@changesets/changelog-github", { "repo": "k0d13/saykit" }],
3+
"changelog": "@changesets/cli/changelog",
44
"commit": false,
55
"fixed": [
66
[

.github/workflows/pipeline.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,5 +172,3 @@ jobs:
172172
run: |
173173
pnpm run release:snapshot:version
174174
pnpm run release:snapshot:publish
175-
env:
176-
GITHUB_TOKEN: ${{ secrets.CHANGELOG_GITHUB_TOKEN }}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"release:snapshot:publish": "pnpm build && changeset publish --tag beta --no-git-tag"
2121
},
2222
"devDependencies": {
23-
"@changesets/changelog-github": "^0.6.0",
2423
"@changesets/cli": "^2.30.0",
2524
"@changesets/config": "^3.1.3",
2625
"@types/node": "^25.2.3",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)