Skip to content

Commit 7e9d149

Browse files
committed
Used hyphen-cased pkg name in bump push commit msg
1 parent c093649 commit 7e9d149

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

remove-json-keys/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ def push_bump(session):
5252
new_ver = toml.read('pyproject.toml')['project']['version']
5353
session.run('git', 'pull')
5454
session.run('git', 'add', '.')
55-
session.run('git', 'commit', '-m', f'Bumped {pkg.name} versions to {new_ver}')
55+
session.run('git', 'commit', '-m', f'Bumped {pkg.dir} versions to {new_ver}')
5656
session.run('git', 'push')

translate-messages/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ def push_bump(session):
5252
new_ver = toml.read('pyproject.toml')['project']['version']
5353
session.run('git', 'pull')
5454
session.run('git', 'add', '.')
55-
session.run('git', 'commit', '-m', f'Bumped {pkg.name} versions to {new_ver}')
55+
session.run('git', 'commit', '-m', f'Bumped {pkg.dir} versions to {new_ver}')
5656
session.run('git', 'push')

0 commit comments

Comments
 (0)