From a9b49927ee4927a1801e7e256bb1bc9fbf3c87de Mon Sep 17 00:00:00 2001 From: Eduardo de Santana Medeiros Alexandre Date: Sun, 20 Nov 2016 12:47:07 -0300 Subject: [PATCH 1/2] Say where params come from --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bfcce7e..1967709 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,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: From 07081ccf466270cf0f85760f331ac60b87d5eb7e Mon Sep 17 00:00:00 2001 From: Eduardo de Santana Medeiros Alexandre Date: Sun, 20 Nov 2016 20:16:04 -0300 Subject: [PATCH 2/2] capitalize Portuguese --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1967709..7a79729 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ 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. +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: