Skip to content

Commit e1f2bcf

Browse files
committed
Deleted unneeded git commit
1 parent f9883bc commit e1f2bcf

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

project-markers/utils/bump.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ def main():
7777
else:
7878
git.init_kudo_sync_bot(msgs)
7979
log.info(f'{msgs.log_COMMITTING_CHANGES}...')
80-
git.commit([str(paths.pyproject), str(paths.package_data)],
81-
f'Bumped {project.name} versions to {new_ver}', '-n')
8280
git.commit([str(paths.readme)],
8381
f'Updated {project.name} versions in README URLs to {new_ver}', '-n')
8482
if args.no_push:

0 commit comments

Comments
 (0)