Skip to content

Commit

Permalink
doc: update changelog version
Browse files Browse the repository at this point in the history
  • Loading branch information
suryakencana007 committed Jul 22, 2021
1 parent fb12bc7 commit 08394f9
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .chglog/CHANGELOG.tpl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{{ range .Versions }}
<a name="{{ .Tag.Name }}"></a>
## {{ 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 -}}
27 changes: 27 additions & 0 deletions .chglog/config.yml
Original file line number Diff line number Diff line change
@@ -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
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@

<a name="v0.7.0"></a>
## 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

0 comments on commit 08394f9

Please sign in to comment.