Skip to content

Commit

Permalink
chore: update release script
Browse files Browse the repository at this point in the history
It's ok for now in beta.

But need to be very care with this to keep the stable mantra.

Maybe marking them as ignore and remove the workspace:^ usage once released.
  • Loading branch information
unional committed May 12, 2023
1 parent e5f31fb commit 4e850ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"prepare": "husky install",
"publish": "changeset publish",
"release": "changeset publish",
"size": "turbo run size",
"ss": "pnpm --filter=stable-store",
"test": "turbo run test",
Expand Down
2 changes: 1 addition & 1 deletion packages/stable-store/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

### Major Changes

- fecb2b7: Initial and final release of [stable-store].
- fecb2b7: Beta release of [stable-store].

0 comments on commit 4e850ea

Please sign in to comment.