Skip to content

Commit 2730fc3

Browse files
committed
fix: do not update readme
1 parent 0b2330c commit 2730fc3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

release

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,6 @@ replace_with="__version__ = \"$next_version\""
9292
echo -e "${YELLOW}--->${COLOR_OFF} Updating ${INIT_PACKAGE_NAME}/__init__.py"
9393
sed "s/$find_this/$replace_with/" ${INIT_PACKAGE_NAME}/__init__.py > $TMPFILE && mv $TMPFILE ${INIT_PACKAGE_NAME}/__init__.py
9494

95-
find_this="${PACKAGE_NAME}.git@$current_version"
96-
replace_with="${PACKAGE_NAME}.git@$next_version"
97-
98-
echo -e "${YELLOW}--->${COLOR_OFF} Updating README.rst"
99-
sed "s/$find_this/$replace_with/" README.rst > $TMPFILE && mv $TMPFILE README.rst
100-
10195
if [ -f docs/conf.py ]; then
10296
echo -e "${YELLOW}--->${COLOR_OFF} Updating docs"
10397
find_this="version = '${current_version}'"

0 commit comments

Comments
 (0)