Rakefile in pkg-config-1.0.3 vs Rakefile in pkg-config-1.0.4

- old
+ new

@@ -50,6 +50,7 @@ end desc "tag the current veresion" task :tag do sh("git", "tag", "-a", version.to_s, "-m", "release #{version}!!!") + sh("git", "push", "--tags") end