We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2692917 commit 64b8534Copy full SHA for 64b8534
2 files changed
README.txt
release
@@ -45,11 +45,8 @@ replace_with="pip install beaver==$next_version"
45
echo -e "${YELLOW}--->${COLOR_OFF} Updating README.rst"
46
sed "s/$find_this/$replace_with/" README.rst > $TMPFILE && mv $TMPFILE README.rst
47
48
-echo -e "${YELLOW}--->${COLOR_OFF} Updating README.txt"
49
-sed "s/$find_this/$replace_with/" README.txt > $TMPFILE && mv $TMPFILE README.txt
50
-
51
echo -e "${YELLOW}--->${COLOR_OFF} Adding changed files to git"
52
-git add README.rst README.txt setup.py
+git add README.rst setup.py
53
54
echo -e "${YELLOW}--->${COLOR_OFF} Creating release"
55
git commit -q -m "Release version $next_version"
0 commit comments