From 636a3c17c044dd08dca11ae25f7c27ce1a2a0ce0 Mon Sep 17 00:00:00 2001 From: Webysther Nunes Date: Tue, 26 Sep 2017 22:01:01 -0300 Subject: [PATCH] Progress --- source/pt-BR/1.0.0/index.html.haml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/source/pt-BR/1.0.0/index.html.haml b/source/pt-BR/1.0.0/index.html.haml index c035309..f13900a 100644 --- a/source/pt-BR/1.0.0/index.html.haml +++ b/source/pt-BR/1.0.0/index.html.haml @@ -58,27 +58,27 @@ version: 1.0.0 .good-practices %h3#how %a.anchor{ href: "#how", aria_hidden: "true" } - How do I make a good changelog? + Como fazer um bom changelog? %h4#principles %a.anchor{ href: "#principles", aria_hidden: "true" } - Guiding Principles + Princípios fundamentais %ul %li - Changelogs are for humans, not machines. + Changelogs são para humanos, não máquinas. %li - There should be an entry for every single version. + Deve haver uma entrada para cada versão. %li - The same types of changes should be grouped. + Os mesmos tipos de alterações devem ser agrupados. %li - Versions and sections should be linkable. + Versões e seções devem ser vinculáveis (com links). %li - The latest version comes first. + A versão mais recente vem em primeiro lugar. %li - The release date of each versions is displayed. + A data de lançamento de cada versão é exibida. %li - Mention whether you follow #{link_to "Semantic Versioning", semver}. + Mencione se você segue o #{link_to "versionamento semântico", semver}. %a.anchor{ href: "#types", aria_hidden: "true" } %h4#types Types of changes