Skip to content

Commit

Permalink
Add @changesets/changelog-github (#19)
Browse files Browse the repository at this point in the history
* Add @changesets/changelog-github

* Fix script

* Restore lockfile
  • Loading branch information
manzoorwanijk authored Jan 28, 2024
1 parent bb63cf2 commit 60c0870
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "manzoorwanijk/telegram-auth" }],
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
2 changes: 1 addition & 1 deletion .github/workflows/changeset-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
# this expects you to have a script called release which does a build for your packages and calls changeset publish
publish: pnpm release
version: pnpm version
version: pnpm version-packages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"release:dev": "changeset publish --tag dev",
"test": "turbo run test",
"typecheck": "tsc --noEmit",
"version": "changeset version",
"version-packages": "changeset version",
"version:dev": "changeset version --snapshot dev"
},
"devDependencies": {
Expand Down

0 comments on commit 60c0870

Please sign in to comment.