From 91aaf8410810c368cb496c8df0ec584e304ce335 Mon Sep 17 00:00:00 2001 From: Beatriz Vieira Date: Mon, 28 Feb 2022 23:53:56 -0300 Subject: [PATCH] docs: minor fixes on readme issue: #40 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b7c7e1..b2c6d3e 100644 --- a/README.md +++ b/README.md @@ -178,14 +178,14 @@ Version Metadata string Original string -ReleaseNoteCommitsSection (SectionType == commits) +ReleaseNoteCommitsSection // SectionType == commits SectionType string SectionName string Types []string Items []GitCommitLog HasMultipleTypes bool -ReleaseNoteBreakingChangeSection (SectionType == breaking-changes) +ReleaseNoteBreakingChangeSection // SectionType == breaking-changes SectionType string SectionName string Messages []string @@ -208,7 +208,7 @@ CommitMessage ##### Functions -Beside the [go template functions](https://pkg.go.dev/text/template#hdr-Functions), the folowing functions are availiable to use in the templates. Check [formatter_functions.go](sv/formatter_functions.go) to see the function implementation. +Beside the [go template functions](https://pkg.go.dev/text/template#hdr-Functions), the folowing functions are availiable to use in the templates. Check [formatter_functions.go](sv/formatter_functions.go) to see the functions implementation. ###### timefmt