Skip to content

Commit 299174e

Browse files
committed
✨ Add version script - creates changelog
1 parent 76854f0 commit 299174e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"test:packages": "lerna exec --scope=@ackee/antonio-core -- jest --watch",
2020
"test:ci": "lerna exec --scope=@ackee/antonio-core -- jest",
2121
"start": "yarn build && onchange 'packages/@ackee/*/src/**/*.ts' -- yarn release:yalc",
22-
"changelog": "gitmoji-changelog",
22+
"changelog": "npx gitmoji-changelog && code --wait CHANGELOG.md && git add CHANGELOG.md",
23+
"version": "yarn changelog",
2324
"format": "prettier --config ./prettier.config.js --write 'packages/@ackee/*/src/**/*.ts' '*.{js,json}' --loglevel warn",
2425
"release": "lerna publish --no-push",
2526
"release:beta": "yarn release --dist-tag beta --no-push",
@@ -51,7 +52,6 @@
5152
"eslint-plugin-jsx-a11y": "6.x",
5253
"eslint-plugin-react": "7.x",
5354
"eslint-plugin-react-hooks": "^4.0.8",
54-
"gitmoji-changelog": "2.x",
5555
"husky": "4.x",
5656
"jest": "^27.0.4",
5757
"lerna": "4.x",

0 commit comments

Comments
 (0)