File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ style: github
22template : CHANGELOG.tpl.md
33info :
44 title : CHANGELOG
5- repository_url : https://github.com/maddevsio/aws-eks-base
5+ repository_url : https://github.com/mglotov/practice-git-1
66options :
77 commits :
88 sort_by : Type
You can’t perform that action at this time.
0 commit comments