Skip to content

Commit

Permalink
fix: try using changesets to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mscharley committed Oct 8, 2024
1 parent 806ba19 commit 44bd077
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/perfect-glasses-warn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@mscharley/dot': patch
---

Attempt to fix the release tags
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"test:jest:experimental": "DECORATOR_TYPE=experimental NODE_OPTIONS='--experimental-vm-modules' jest",
"stryker": "DECORATOR_TYPE=tc39 NODE_OPTIONS='--experimental-vm-modules' stryker run",
"cs-version": "turbo build:tsc && changeset version",
"cs-release": "pnpm publish -r"
"cs-release": "changeset publish"
},
"author": "Matthew Scharley <matt@scharley.me>",
"license": "MPL-2.0",
Expand Down

0 comments on commit 44bd077

Please sign in to comment.