Skip to content

Commit

Permalink
Merge pull request github-changelog-generator#454 from edusantana/sho…
Browse files Browse the repository at this point in the history
…w-where-task-param-are

README: Documentation update about RakeTask params and how to translate labels
  • Loading branch information
olleolleolle authored Nov 21, 2016
2 parents 4a74bd0 + 07081cc commit 88cbcd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ end

All command line options can be passed to the `rake` task as `config` parameters. And since you're naming the `rake` task yourself, you can create as many as you want.

You can look for params names from the [parser source code (#setup_parser)](https://github.com/skywinder/github-changelog-generator/blob/master/lib/github_changelog_generator/parser.rb). For example, to translate the bugs label to Portuguese, instead of setting `config.bugs_label`, you have to set `config.bug_prefix`, and so on.

## Features and advantages of this project
- Generate canonical, neat change log file, followed by [basic change log guidelines](http://keepachangelog.com) :gem:
- Optionally generate **Unreleased** changes (closed issues that have not released yet) :dizzy:
Expand Down

0 comments on commit 88cbcd2

Please sign in to comment.