File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ function update_version
186
186
187
187
echo " "
188
188
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
190
190
echo git commit -m " \" Version ${NEW_VERSION} \" "
191
191
echo sed -e " '1,/^${NEW_VERSION// ./ \\ .} /d'" \
192
192
-e " '/^=/d'" \
@@ -201,7 +201,7 @@ function update_version
201
201
echo " "
202
202
read -p " Run the above commands automatically? (y/N): " confirm && [[ ${confirm} == [yY] || ${confirm} == [yY][eE][sS] ]] || { popd ; return 0; }
203
203
204
- git add setup.py cloudinary/__init__.py CHANGELOG.md
204
+ git git add setup.py cloudinary/__init__.py pyproject.toml CHANGELOG.md
205
205
git commit -m " Version ${NEW_VERSION} "
206
206
sed -e " 1,/^${NEW_VERSION// ./ \\ .} /d" \
207
207
-e " /^=/d" \
You can’t perform that action at this time.
0 commit comments