1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-12-15 17:42:36 +03:00
Commit Graph

43 Commits

Author SHA1 Message Date
orhun
8232111aa1
fix(changelog): return error if there is not a latest tag to process 2021-07-19 16:42:40 +03:00
orhun
a1b4b5b18a
fix(git): sort the commits in topological order 2021-07-18 15:42:13 +03:00
orhun
3e5c23d342
fix(changelog): use footers field as an array for the context 2021-07-18 14:43:29 +03:00
orhun
9cf9ac1586
test(git): update repository tests about getting the latest tag 2021-07-09 23:10:07 +03:00
orhun
11a7a7eb3e
test(config): add tests 2021-07-09 22:41:51 +03:00
orhun
9984abfe04
fix(config): update the environment variable parsing settings 2021-07-09 22:39:19 +03:00
orhun
8975c8fb41
chore(deps): upgrade dependencies 2021-07-03 14:22:55 +03:00
orhun
a440c6eb26
chore(release): prepare for v0.1.0-rc.21 2021-07-01 22:55:01 +03:00
orhun
4c7b043e97
chore(release): prepare for v0.1.0-rc.20 2021-07-01 01:58:27 +03:00
orhun
f463659742
chore(release): prepare for v0.1.0-rc.19 2021-07-01 01:22:10 +03:00
orhun
22f0a7ef73
chore(cargo): update project details 2021-07-01 01:17:15 +03:00
orhun
5648143169
chore(release): prepare for v0.1.0-rc.18 2021-06-30 03:11:23 +03:00
orhun
4453522fab
chore(release): prepare for v0.1.0-rc.17 2021-06-30 02:55:41 +03:00
orhun
f48108109e
chore(release): indicate which versions are managed by the script 2021-06-30 02:22:06 +03:00
orhun
f1613e110f
chore(release): prepare for v0.1.0-rc.16 2021-06-30 01:35:28 +03:00
orhun
000a67cd8a
fix(git): return tags by their creation order 2021-06-22 01:49:09 +03:00
orhun
1be66eebeb
refactor(error): use custom error message for GroupError 2021-06-20 22:24:38 +03:00
orhun
e6fb8de5d8
fix(test): use default tag_pattern for tests 2021-06-18 03:04:35 +03:00
orhun
3a27a3e1a2
refactor(config): make tag_pattern optional 2021-06-18 02:51:47 +03:00
orhun
4ae02f5373
chore(project): update description 2021-06-11 21:23:42 +03:00
orhun
a5ef8bd6d2
chore(dep): remove default features from git2 2021-06-11 20:27:18 +03:00
orhun
2d0d89cb7a
feat(config): add trim option to changelog 2021-06-09 14:32:46 +03:00
orhun
8ee0611fbf
test(changelog): add tests 2021-06-08 23:30:17 +03:00
orhun
39b0fb6757
refactor(config): make skip_tags optional 2021-06-08 22:44:08 +03:00
orhun
3a42f53c8f
fix(args): require -u or -l flag for prepending changelog 2021-06-08 19:01:38 +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
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
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
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
2c370ecef2
chore(git): change default branch to main 2021-05-30 14:25:13 +03:00
orhun
4a1ed9bb11
chore(project): rename
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
2021-05-30 01:45:03 +03:00