File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" \
You can’t perform that action at this time.
0 commit comments