-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fb12bc7
commit 08394f9
Showing
3 changed files
with
110 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 -}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|