Skip to content

Commit b9a6d17

Browse files
committed
test6
1 parent 667e84e commit b9a6d17

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
2-
.metals
2+
.metals
3+
hello.txt

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ if [ "$BRANCH" == "dev" ] || [ "$BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUES
5757

5858
# changelog
5959
# git add CHANGELOG.md
60-
60+
echo "hello world" > hello.txt
6161
# export TEST=false
6262

6363
hub release create "$new_tag" -m "$new_tag" || true

0 commit comments

Comments
 (0)