1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-12-15 14:32:59 +03:00
Commit Graph

96 Commits

Author SHA1 Message Date
orhun
39b0fb6757
refactor(config): make skip_tags optional 2021-06-08 22:44:08 +03:00
orhun
60dd04ca4b
docs(bin): add comments to main 2021-06-08 20:11:45 +03:00
orhun
3a42f53c8f
fix(args): require -u or -l flag for prepending changelog 2021-06-08 19:01:38 +03:00
orhun
57004a123f
refactor(args): add possible values to strip argument 2021-06-08 18:26:24 +03:00
orhun
05d522985b
refactor(args): rename prepend argument to changelog 2021-06-08 18:09:21 +03:00
orhun
bec138edc0
chore(project): add codecov.yml 2021-06-07 03:14:06 +03:00
orhun
4e3735256e
feat(changelog): support prepending entries to an existing changelog 2021-06-07 03:11:56 +03:00
orhun
90fb613159
feat(changelog): add --strip argument for trimming changelog 2021-06-07 02:27:49 +03:00
orhun
2ba280839e
feat(changelog): support generating changelog based on tagging status 2021-06-06 03:19:27 +03:00
orhun
ddd2fdb173
fix(test): update fields 2021-06-06 00:27:03 +03:00
orhun
c92b613c87
feat(template): support using metadata from the previous release 2021-06-06 00:23:11 +03:00
orhun
6ae7ea722e
feat(git): allow generating changelog using a range of commits 2021-06-05 23:38:05 +03:00
orhun
450d97568a
docs(changelog): add doc comment to generate method 2021-06-05 04:06:29 +03:00
orhun
e39ae3c966
refactor(config): make changelog header/footer optional 2021-06-04 03:31:31 +03:00
orhun
bbc1d02eba
refactor(config): make commit parsers optional 2021-06-04 03:28:25 +03:00
orhun
d785059379
chore(fmt): remove normalize_comments from rustfmt.toml 2021-06-04 03:11:15 +03:00
orhun
a445b447b1
feat(changelog): support grouping based on commit body 2021-06-04 03:10:54 +03:00
orhun
59f069d890
refactor(template): rename capitalize_first filter to upper_first 2021-06-04 02:30:15 +03:00
orhun
0a27f4791e
style(config): update formatting 2021-06-04 02:16:58 +03:00
orhun
76414ce1ad
feat(changelog): allow disabling conventional commits 2021-06-04 02:14:40 +03:00
orhun
1ae8bf1195
feat(commit): add other conventional fields to serialize 2021-06-04 02:04:12 +03:00
orhun
0f35b07522
refactor(config): add section to configuration file 2021-06-02 00:06:01 +03:00
orhun
296717d2af
chore(project): update details 2021-06-01 23:12:14 +03:00
orhun
2ef4e73292
fix(test): update tests about recent changes 2021-06-01 23:04:27 +03:00
orhun
f663c9e6d2
refactor(changelog): remove ReleaseRoot struct 2021-06-01 23:01:08 +03:00
orhun
fbdce067f5
docs(lib): add comments to struct fields 2021-06-01 22:55:06 +03:00
orhun
345c410a62
refactor(bin): add changelog module 2021-06-01 22:47:30 +03:00
orhun
6b755cd82f
chore(ci): fix grcov command 2021-05-30 15:03:54 +03:00
orhun
2c370ecef2
chore(git): change default branch to main 2021-05-30 14:25:13 +03:00
orhun
e135132239
docs(project): add FUNDING.yml 2021-05-30 14:21:28 +03:00
orhun
4a1ed9bb11
chore(project): rename
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
2021-05-30 01:45:03 +03:00
orhun
d5735f61b0
chore(project): update code owners
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
2021-05-30 00:56:54 +03:00
orhun
53f24065f4
refactor(template): rename changelog module to template
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
2021-05-29 21:52:06 +03:00
orhun
1a0def020e
refactor(tera): remove bare unwrap from capitalize_first_filter
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
2021-05-29 21:43:08 +03:00
orhun
c5f2348d85
feat(changelog): support skipping commits
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
2021-05-29 19:45:30 +03:00
orhun
4d56ac9810
refactor(config): rename group_parsers to commit_parsers
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
2021-05-29 19:32:34 +03:00
orhun
06f29bf0da
feat(changelog): support skipping tags
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
2021-05-29 00:21:16 +03:00
orhun
ab82f09ccd
refactor(config): deserialize regex while parsing
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
2021-05-29 00:11:56 +03:00
orhun
5fc026b7b8
feat(changelog): add capitalize_first filter
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
2021-05-26 00:02:24 +03:00
orhun
1cecdefdd6
feat(changelog): add --tag argument
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
2021-05-25 23:36:42 +03:00
orhun
26c1f7e445
feat(config): add yaml support
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
2021-05-25 21:32:49 +03:00
orhun
232290cece
fix(test): add timestamp field to Release structs
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
2021-05-25 21:25:49 +03:00
orhun
494f0f400e
style(config): update the formatting
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
2021-05-25 21:24:00 +03:00
orhun
0e4d560761
refactor(changelog): use timestamp for release dates
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
2021-05-25 20:58:47 +03:00
orhun
bdf85d5302
docs(changelog): add comments 2021-05-25 20:39:14 +03:00
orhun
cb7493747b
feat(changelog): add release dates to the template
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
2021-05-25 20:34:43 +03:00
orhun
1b26f1262e
refactor(config): rename tag_regex to tag_pattern
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
2021-05-25 18:12:59 +03:00
orhun
f4c9d23f8a
feat(changelog): generate changelog based on repository tags
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
2021-05-25 01:30:28 +03:00
orhun
73bd992802
refactor(dep): use git-conventional crate from crates.io
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
2021-05-24 19:41:20 +03:00
orhun
edb64553bb
chore(dep): update git2 dependency
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
2021-05-24 18:43:42 +03:00