Skip to content

Commit ae8855c

Browse files
committed
add deno module
1 parent f37b790 commit ae8855c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

create-new-release.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ require_clean_work_tree () {
2222

2323
if git diff-index --quiet HEAD --
2424
then
25-
echo >&2 "cannot $1: your index contains untracked files."
25+
echo >&2 "warning: your index contains untracted files."
26+
# echo >&2 "cannot $1: your index contains untracked files."
2627
# err=1
2728
fi
2829

@@ -62,6 +63,7 @@ echo "Created a tag & a commit"
6263

6364
echo "Release is ready for pushing (press any to push)"
6465
read -n 1 -s -r
65-
git push --all
66+
git push
67+
git push --tags
6668

6769
echo "Done"

0 commit comments

Comments
 (0)