Commit Graph

9 Commits (52da6c9b2b66e6cc1d214e5549a37df778ff1b98)

Author SHA1 Message Date
sudo pacman -Syu 7d04c80d6e
fix: correct time layout (#13)
* fix: use correct date layout

* chore: wrap date layout inside parenthesis

Co-authored-by: Tran Hau <ngtranhau@gmail.com>
2021-04-15 11:59:01 +07:00
sudo pacman -Syu 552034123d
feat: show time of each commit as the default (#12)
* feat(git): add author time

* feat(git): add author info

* refactor: use commit option to generate convertional commit

* feat: add author date to convention commit

* refactor(changelog): replace t time var with when

Co-authored-by: Tran Hau <ngtranhau@gmail.com>
2021-04-15 11:28:04 +07:00
sudo pacman -Syu b98c62c46f
feat: support filter commit scope (#5)
* feat: add scope flag

* refactor: use scopes as map to quickly check

* feat: add scope to generate commits

* feat(convention): add scope to commit

* refactor: remove obsolete commit GetType

* refactor(convention): combie UpdateType and NewCommit

* feat(changelog): skip commit outside scopes

* feat(convention): remove () in scope

* feat(changelog): support filter scope

Co-authored-by: Tran Hau <ngtranhau@gmail.com>
2021-03-22 12:44:54 +07:00
Tran Hau 54a97bbaf9 test(convention): unit test for misc type 2021-01-12 01:27:08 +07:00
hau e76289a94d test(convetion): unit test for mixedcase types 2020-12-02 15:48:22 +07:00
hau 063680ab31 feat: remove scope and description in conventional commit 2020-11-10 17:07:34 +07:00
hau 758c5173c8 feat: add RawHeader in conventional commit 2020-11-10 15:47:54 +07:00
hau 3ab8e17719 refactor: remove body and footers in convention 2020-11-10 15:39:54 +07:00
hau 818cf7d270 teat: unit test for new conventional commit 2020-11-09 16:29:27 +07:00