Skip to content

Commit

Permalink
Derp
Browse files Browse the repository at this point in the history
  • Loading branch information
theopolisme committed Apr 14, 2014
1 parent a2fe834 commit 3d214df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def full_version(version):
r'"version": ".*?",','"version": "{}",'.format(full_version(version)))

# Commit the release
execute_command('git add . && commit -m v{}'.format(version))
execute_command('git add . && git commit -m "v{}"'.format(version))

# Tag the new version
execute_command('git tag v{}'.format(version))
Expand Down

0 comments on commit 3d214df

Please sign in to comment.