Skip to content

Commit

Permalink
Renamed version.py as release.py
Browse files Browse the repository at this point in the history
  • Loading branch information
freddieknets committed Oct 8, 2024
1 parent b79762d commit d46c7d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_protection_hook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ then
exit 1
fi
for file in pyproject.toml gh.py version.py make_release_branch.py rename_release_branch.py LICENSE install_protection_hook.sh xcoll/general.py
for file in pyproject.toml gh.py release.py make_release_branch.py rename_release_branch.py LICENSE install_protection_hook.sh xcoll/general.py
do
git diff --name-only | grep '^'${file}'$' &> /dev/null
if [ $? -eq 0 ]
Expand Down
File renamed without changes.

0 comments on commit d46c7d7

Please sign in to comment.