Skip to content

Commit

Permalink
Merge pull request #46 from grandchild/patch-1
Browse files Browse the repository at this point in the history
Fix typo in readableTagName javadoc
  • Loading branch information
tomasbjerre authored May 31, 2017
2 parents 767f334 + 6310062 commit 0fc7cac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public class Settings implements Serializable {
* Your tags may look something like <code>git-changelog-maven-plugin-1.6</code>. But in the
* changelog you just want <code>1.6</code>. With this regular expression, the numbering can be
* extracted from the tag name.<br>
* <code>/([^/]+?)$</code>
* <code>/([^-]+?)$</code>
*/
private String readableTagName;
/** Format of dates, see {@link SimpleDateFormat}. */
Expand Down

0 comments on commit 0fc7cac

Please # to comment.