We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37b790 commit ae8855cCopy full SHA for ae8855c
1 file changed
create-new-release.sh
@@ -22,7 +22,8 @@ require_clean_work_tree () {
22
23
if git diff-index --quiet HEAD --
24
then
25
- echo >&2 "cannot $1: your index contains untracked files."
+ echo >&2 "warning: your index contains untracted files."
26
+ # echo >&2 "cannot $1: your index contains untracked files."
27
# err=1
28
fi
29
@@ -62,6 +63,7 @@ echo "Created a tag & a commit"
62
63
64
echo "Release is ready for pushing (press any to push)"
65
read -n 1 -s -r
-git push --all
66
+git push
67
+git push --tags
68
69
echo "Done"
0 commit comments