Skip to content

Commit eff7bbb

Browse files
committed
chore: update CHANGELOG after release
1 parent e05f700 commit eff7bbb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

release

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ echo "TEST"
1010
npx lerna run --concurrency 1 test
1111

1212
npx lerna publish --exact --npm-tag=${1:-next}
13+
yarn run changelog
14+
git add CHANGELOG.md
15+
git commit -m"chore: update CHANGELOG"
16+
git push && git push --tags

0 commit comments

Comments
 (0)