Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
antho-bunny committed Aug 14, 2024
1 parent 9f76f73 commit 084f151
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/light-hats-explode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@bunny.net/edgescript-sdk": patch
---

bump
3 changes: 2 additions & 1 deletion .github/workflows/changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.BUNNY_GITHUB }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
publish: "./scripts/publish.sh"
publish: "pnpm ci:publish"
version: "pnpm ci:version"
title: "🎉 Release"
createGithubReleases: true
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "pnpm run -r build",
"release": "pnpm changeset publish && pnpm publish -r"
"release": "pnpm changeset publish && pnpm publish -r",
"ci:version": "pnpm changeset version",
"ci:publish": "pnpm publish -r"
},
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 084f151

Please sign in to comment.