Skip to content

Commit 0c77eed

Browse files
authored
doc: Changelog process (#12)
1 parent db0bb53 commit 0c77eed

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.chglog/CHANGELOG.tpl.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ project adheres to [Semantic Versioning](http://semver.org/).
3636
{{ end -}}
3737

3838
{{ range .Versions }}
39+
40+
{{ if ne .Tag.Name "v1.0.0" }}
41+
3942
<a name="{{ .Tag.Name }}"></a>
4043
## {{ if .Tag.Previous }}[{{ .Tag.Name }}]{{ else }}{{ .Tag.Name }}{{ end }} - {{ datetime "2006-01-02" .Tag.Date }}
4144
{{ if .CommitGroups -}}
@@ -64,6 +67,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
6467
{{ end -}}
6568
{{ end -}}
6669
{{ end -}}
70+
{{ end -}}
6771

6872
{{- if .Versions }}
6973
[Unreleased]: {{ .Info.RepositoryURL }}/compare/{{ $latest := index .Versions 0 }}{{ $latest.Tag.Name }}...HEAD

.chglog/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ style: github
22
template: CHANGELOG.tpl.md
33
info:
44
title: CHANGELOG
5-
repository_url: https://github.com/maddevsio/aws-eks-base
5+
repository_url: https://github.com/mglotov/practice-git-1
66
options:
77
commits:
88
sort_by: Type

0 commit comments

Comments
 (0)