We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667e84e commit b9a6d17Copy full SHA for b9a6d17
.gitignore
@@ -1,2 +1,3 @@
1
node_modules
2
-.metals
+.metals
3
+hello.txt
release.sh
@@ -57,7 +57,7 @@ if [ "$BRANCH" == "dev" ] || [ "$BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUES
57
58
# changelog
59
# git add CHANGELOG.md
60
-
+ echo "hello world" > hello.txt
61
# export TEST=false
62
63
hub release create "$new_tag" -m "$new_tag" || true
0 commit comments