We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b471264 commit 97d851fCopy full SHA for 97d851f
.github/release.sh
@@ -17,10 +17,10 @@ echo "Doing a release..."
17
LOG=$(git log --format="%s" -1 | grep -Poe "#\d+")
18
PR_NUM=${LOG:1}
19
20
-# yarn run lerna publish patch --dist-tag=prerelease --yes 2>&1 | tee lerna-output.txt
+yarn run lerna publish patch --dist-tag=prerelease-bugfix --yes 2>&1 | tee lerna-output.txt
21
22
# use lerna command below for dry run
23
-yarn run lerna version patch --yes --no-git-tag-version --no-push | tee lerna-output.txt
+# yarn run lerna version patch --yes --no-git-tag-version --no-push | tee lerna-output.txt
24
25
if grep -i "Successfully published" lerna-output.txt; # Leave a Github comment
26
then
0 commit comments