We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e05f700 commit eff7bbbCopy full SHA for eff7bbb
release
@@ -10,3 +10,7 @@ echo "TEST"
10
npx lerna run --concurrency 1 test
11
12
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