Skip to content

Commit d089330

Browse files
Update update_version script
1 parent 844dfc5 commit d089330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/update_version.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ function update_version
186186

187187
echo ""
188188
echo "# After editing CHANGELOG.md, optionally review changes and issue these commands:"
189-
echo git add setup.py cloudinary/__init__.py CHANGELOG.md
189+
echo git add setup.py cloudinary/__init__.py pyproject.toml CHANGELOG.md
190190
echo git commit -m "\"Version ${NEW_VERSION}\""
191191
echo sed -e "'1,/^${NEW_VERSION//./\\.}/d'" \
192192
-e "'/^=/d'" \
@@ -201,7 +201,7 @@ function update_version
201201
echo ""
202202
read -p "Run the above commands automatically? (y/N): " confirm && [[ ${confirm} == [yY] || ${confirm} == [yY][eE][sS] ]] || { popd; return 0; }
203203

204-
git add setup.py cloudinary/__init__.py CHANGELOG.md
204+
git git add setup.py cloudinary/__init__.py pyproject.toml CHANGELOG.md
205205
git commit -m "Version ${NEW_VERSION}"
206206
sed -e "1,/^${NEW_VERSION//./\\.}/d" \
207207
-e "/^=/d" \

0 commit comments

Comments
 (0)