Skip to content

Commit

Permalink
Fix typo in Git::NextVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
ghedo committed Oct 8, 2012
1 parent 23380e3 commit bf60ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/Plugin/Git/NextVersion.pm
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ is used as the first version for the distribution. It defaults to "0.001".
C<version_by_branch> - if true, consider only tags on the current
branch when looking for the previous version. If you have a
maintenance branch for stable releases and a developement branch for
maintenance branch for stable releases and a development branch for
trial releases, you should set this to 1. (You'll also need git
version 1.6.1 or later.) The default is to look at all tags, because
finding the tags reachable from a branch is a more expensive operation
Expand Down

0 comments on commit bf60ba7

Please sign in to comment.