Skip to content
This repository was archived by the owner on Jun 12, 2023. It is now read-only.

Commit 5c69223

Browse files
committed
use pandas dev as the author
1 parent 1c9fbb3 commit 5c69223

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/tag.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def commit(tag):
3636
subprocess.check_call(['git', 'clean', '-xdf'])
3737
print("Creating tag {}".format(tag))
3838
subprocess.check_call(['git', 'commit', '--allow-empty', '-m',
39+
'--author="Pandas Development Team <pandas-dev@python.org>"',
3940
'RLS: {}'.format(tag[1:])])
4041
subprocess.check_call(['git', 'tag', '-a', tag, '-m',
4142
'Version {}'.format(tag[1:])])

0 commit comments

Comments
 (0)