Skip to content

Commit 64b8534

Browse files
committed
Drop redundant README.txt.
1 parent 2692917 commit 64b8534

2 files changed

Lines changed: 1 addition & 199 deletions

File tree

README.txt

Lines changed: 0 additions & 195 deletions
This file was deleted.

release

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,8 @@ replace_with="pip install beaver==$next_version"
4545
echo -e "${YELLOW}--->${COLOR_OFF} Updating README.rst"
4646
sed "s/$find_this/$replace_with/" README.rst > $TMPFILE && mv $TMPFILE README.rst
4747

48-
echo -e "${YELLOW}--->${COLOR_OFF} Updating README.txt"
49-
sed "s/$find_this/$replace_with/" README.txt > $TMPFILE && mv $TMPFILE README.txt
50-
5148
echo -e "${YELLOW}--->${COLOR_OFF} Adding changed files to git"
52-
git add README.rst README.txt setup.py
49+
git add README.rst setup.py
5350

5451
echo -e "${YELLOW}--->${COLOR_OFF} Creating release"
5552
git commit -q -m "Release version $next_version"

0 commit comments

Comments
 (0)