mirror of
https://github.com/olivierlacan/keep-a-changelog.git
synced 2025-07-30 17:24:25 +02:00
Progress
This commit is contained in:
parent
098e034965
commit
636a3c17c0
@ -58,27 +58,27 @@ version: 1.0.0
|
|||||||
.good-practices
|
.good-practices
|
||||||
%h3#how
|
%h3#how
|
||||||
%a.anchor{ href: "#how", aria_hidden: "true" }
|
%a.anchor{ href: "#how", aria_hidden: "true" }
|
||||||
How do I make a good changelog?
|
Como fazer um bom <em>changelog</em>?
|
||||||
|
|
||||||
%h4#principles
|
%h4#principles
|
||||||
%a.anchor{ href: "#principles", aria_hidden: "true" }
|
%a.anchor{ href: "#principles", aria_hidden: "true" }
|
||||||
Guiding Principles
|
Princípios fundamentais
|
||||||
|
|
||||||
%ul
|
%ul
|
||||||
%li
|
%li
|
||||||
Changelogs are <em>for humans</em>, not machines.
|
<em>Changelogs</em> são <em>para humanos</em>, não máquinas.
|
||||||
%li
|
%li
|
||||||
There should be an entry for every single version.
|
Deve haver uma entrada para cada versão.
|
||||||
%li
|
%li
|
||||||
The same types of changes should be grouped.
|
Os mesmos tipos de alterações devem ser agrupados.
|
||||||
%li
|
%li
|
||||||
Versions and sections should be linkable.
|
Versões e seções devem ser vinculáveis (com <em>links</em>).
|
||||||
%li
|
%li
|
||||||
The latest version comes first.
|
A versão mais recente vem em primeiro lugar.
|
||||||
%li
|
%li
|
||||||
The release date of each versions is displayed.
|
A data de lançamento de cada versão é exibida.
|
||||||
%li
|
%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" }
|
%a.anchor{ href: "#types", aria_hidden: "true" }
|
||||||
%h4#types Types of changes
|
%h4#types Types of changes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user