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

use pandas dev as the author #21

Merged
merged 1 commit into from
Jan 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scripts/tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def commit(tag):
subprocess.check_call(['git', 'clean', '-xdf'])
print("Creating tag {}".format(tag))
subprocess.check_call(['git', 'commit', '--allow-empty', '-m',
'--author="Pandas Development Team <pandas-dev@python.org>"',
'RLS: {}'.format(tag[1:])])
subprocess.check_call(['git', 'tag', '-a', tag, '-m',
'Version {}'.format(tag[1:])])
Expand Down