Skip to content

Commit

Permalink
Release 0.6.16
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Aug 23, 2009
1 parent 7540b1f commit 9cb42c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/shipit
Expand Up @@ -42,7 +42,7 @@ sub rewrite_file {

sub commit_tag_push {
system "git", "commit", "-a", "-m", "Release $ver" and die $?;
system "git", "tag", $ver and die $?;
# system "git", "tag", $ver and die $?;
system "git", "push" and die $?;
system "git", "push", "--tags" and die $?;
}
Expand Down

0 comments on commit 9cb42c5

Please sign in to comment.