From 08394f9dc2dec1bebcb16fbe401b06515c9f9882 Mon Sep 17 00:00:00 2001 From: suryakencana007 Date: Thu, 22 Jul 2021 12:54:43 +0700 Subject: [PATCH] doc: update changelog version --- .chglog/CHANGELOG.tpl.md | 40 +++++++++++++++++++++++++++++++++++++ .chglog/config.yml | 27 +++++++++++++++++++++++++ CHANGELOG.md | 43 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 110 insertions(+) create mode 100644 .chglog/CHANGELOG.tpl.md create mode 100644 .chglog/config.yml create mode 100644 CHANGELOG.md diff --git a/.chglog/CHANGELOG.tpl.md b/.chglog/CHANGELOG.tpl.md new file mode 100644 index 0000000..95f32e4 --- /dev/null +++ b/.chglog/CHANGELOG.tpl.md @@ -0,0 +1,40 @@ +{{ range .Versions }} + +## {{ if .Tag.Previous }}[{{ .Tag.Name }}]({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}){{ else }}{{ .Tag.Name }}{{ end }} + +> {{ datetime "2006-01-02" .Tag.Date }} + +{{ range .CommitGroups -}} +### {{ .Title }} + +{{ range .Commits -}} +* {{ .Subject }} +{{ end }} +{{ end -}} + +{{- if .RevertCommits -}} +### Reverts + +{{ range .RevertCommits -}} +* {{ .Revert.Header }} +{{ end }} +{{ end -}} + +{{- if .MergeCommits -}} +### Pull Requests + +{{ range .MergeCommits -}} +* {{ .Header }} +{{ end }} +{{ end -}} + +{{- if .NoteGroups -}} +{{ range .NoteGroups -}} +### {{ .Title }} + +{{ range .Notes }} +{{ .Body }} +{{ end }} +{{ end -}} +{{ end -}} +{{ end -}} \ No newline at end of file diff --git a/.chglog/config.yml b/.chglog/config.yml new file mode 100644 index 0000000..3ec14a6 --- /dev/null +++ b/.chglog/config.yml @@ -0,0 +1,27 @@ +style: github +template: CHANGELOG.tpl.md +info: + title: CHANGELOG + repository_url: https://github.com/kubuskotak/tyr +options: + commits: + # filters: + # Type: + # - feat + # - fix + # - perf + # - refactor + commit_groups: + # title_maps: + # feat: Features + # fix: Bug Fixes + # perf: Performance Improvements + # refactor: Code Refactoring + header: + pattern: "^(\\w*)\\:\\s(.*)$" + pattern_maps: + - Type + - Subject + notes: + keywords: + - BREAKING CHANGE \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0f98a91 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,43 @@ + + +## v0.7.0 + +> 2021-07-22 + +### Chore + +* initial project + +### Feat + +* add hook event subscribe and notify +* add hook event subscribe and notify +* add hook event subscribe and notify +* add hook event subscribe and notify +* add hook event subscribe and notify +* add hook event subscribe and notify +* seek for keyset pagination +* sorting keys setMap update +* interpolateSQL func +* to sql with dialect +* to sql with dialect +* GetTagColumns +* database sql + +### Fix + +* go lint +* mis func setsorting keys setMap update + +### Style + +* change name func tosql buffer +* change name func tosql + +### Pull Requests + +* Merge pull request [#4](https://github.com/kubuskotak/tyr/issues/4) from kubuskotak/hooks +* Merge pull request [#3](https://github.com/kubuskotak/tyr/issues/3) from kubuskotak/feat/seek-keyset-pagination +* Merge pull request [#2](https://github.com/kubuskotak/tyr/issues/2) from kubuskotak/feat/sorting-values-update-set-map +* Merge pull request [#1](https://github.com/kubuskotak/tyr/issues/1) from kubuskotak/feat/sorting-values-update-set-map +