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 1951409 commit 7f1ea9fCopy full SHA for 7f1ea9f
scripts/release.sh
@@ -0,0 +1,7 @@
1
+yarn release
2
+
3
+VERSION=$(jq -r .version packages/test-utils/package.json)
4
5
+git add -A
6
+git commit -m "chore(release): add dist files $VERSION"
7
+git push
0 commit comments