Skip to content

Commit 3ca597a

Browse files
committed
Added missing commit pyproject.toml
1 parent 68dbf1a commit 3ca597a

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

find-project-root/utils/bump.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ 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)],
81+
f'Bumped {project.name} versions to {new_ver}', '-n')
8082
git.commit([str(paths.readme)],
8183
f'Updated {project.name} versions in README URLs to {new_ver}', '-n')
8284
if args.no_push:

project-markers/utils/bump.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ 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)],
81+
f'Bumped {project.name} versions to {new_ver}', '-n')
8082
git.commit([str(paths.readme)],
8183
f'Updated {project.name} versions in README URLs to {new_ver}', '-n')
8284
if args.no_push:

0 commit comments

Comments
 (0)