Skip to content

Commit

Permalink
style: all of ci should use underscores
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Nov 18, 2024
1 parent 0db86f2 commit 3ed5915
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ tag: #: Make a git tag with the version number (see howto.txt).
git push --follow-tags

update_rtd: #: Update ReadTheDocs with the versions to show
python ci/update-rtfd.py $(RTD_PROJECT)
python ci/update_rtfd.py $(RTD_PROJECT)

bump_version: #: Edit sources to bump the version after a release (see howto.txt).
git switch -c nedbat/bump-version
Expand Down
File renamed without changes.

0 comments on commit 3ed5915

Please sign in to comment.