Skip to content

Commit

Permalink
chore(release): add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
rizqitsani committed Jan 5, 2024
1 parent 1e5751a commit de651a4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"commit": false,
"fixed": [],
"linked": [],
"baseBranch": "main",
"access": "public",
"updateInternalDependencies": "patch",
"ignore": ["@acme/docs"]
"ignore": ["@elysium/docs"]
}
5 changes: 5 additions & 0 deletions .changeset/cuddly-elephants-attack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ppdbultimate/elysium': patch
---

Initial release
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
uses: changesets/action@v1
with:
publish: pnpm run release
commit: 'chore(release): version packages'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit de651a4

Please sign in to comment.