Module | Hoe::Git |
In: |
lib/hoe/git.rb
|
This module is a Hoe plugin. You can set its attributes in your Rakefile Hoe spec, like this:
Hoe.plugin :git Hoe.spec "myproj" do self.git_release_tag_prefix = "REL_" self.git_remotes << "myremote" end
git:changelog: | Print the current changelog. |
git:manifest: | Update the manifest with Git‘s file list. |
git:tag: | Create and push a tag. |
VERSION | = | "1.3.0" | Duh. |
git_release_tag_prefix | [RW] | What do you want at the front of your release tags? [default: "v"] |
git_remotes | [RW] | Which remotes do you want to push tags, etc. to? [default: %w(origin)] |