Skip to content

Commit 5ba54eb

Browse files
committed
Add changeset command to package.json
1 parent e2fa199 commit 5ba54eb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@mohalla-tech/atomizer-tailwindcss-migrator': major
3+
---
4+
5+
Major release
6+
7+
this is stable release, with all the features implemented.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"scripts": {
77
"ci:publish": "pnpm publish --no-git-checks --access public",
88
"lint": "eslint . --ext .js",
9-
"ci:release": "changeset publish"
9+
"ci:release": "changeset publish",
10+
"changeset": "changeset"
1011
},
1112
"bin": {
1213
"tw-mg": "./src/index.js"

0 commit comments

Comments
 (0)