1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-12-14 22:31:53 +03:00
Commit Graph

276 Commits

Author SHA1 Message Date
orhun
45dccf74a4
feat(logs): show the processsed commit message 2021-06-16 02:31:05 +03:00
orhun
53334533eb
refactor(logs): improve logging 2021-06-16 02:04:14 +03:00
orhun
e8a3c35fa1
refactor(args): update the value name for --strip 2021-06-15 23:46:57 +03:00
orhun
de439bef01
feat(args): add --workdir argument 2021-06-15 23:44:05 +03:00
orhun
c056196af9
docs(bin): update the doc comment for completions script 2021-06-15 18:10:49 +03:00
orhun
4ddef08deb
chore(cd): add docker releases 2021-06-15 00:51:32 +03:00
orhun
d64395c78b
fix(cd): use bash while setting the release version 2021-06-15 00:41:19 +03:00
orhun
a37a08ec67
chore(cd): set the release body text 2021-06-14 23:37:24 +03:00
orhun
627cd11355
fix(cd): specify the bash as shell 2021-06-14 23:34:31 +03:00
orhun
4bd5c34389
fix(cd): include configuration file in the binary releases 2021-06-14 23:33:39 +03:00
orhun
6789929c8a
fix(cd): install musl-tools for musl builds 2021-06-14 23:20:42 +03:00
orhun
6990b8f399
chore(config): update config 2021-06-14 23:20:21 +03:00
orhun
ca12c0cc19
docs(changelog): add CHANGELOG.md 2021-06-14 23:01:11 +03:00
orhun
839c7d0a5f
chore(cd): add workflow 2021-06-14 22:58:37 +03:00
orhun
7d25e98a80
chore(project): add shell completion generation script 2021-06-14 02:05:07 +03:00
orhun
66fe8be313
style(project): update structure 2021-06-14 01:57:26 +03:00
orhun
638190d221
docs(readme): use latest tag for the docker command 2021-06-13 02:16:59 +03:00
orhun
a6cfcf8a48
docs(readme): mention docker 2021-06-13 02:14:27 +03:00
orhun
f5e80f75ea
refactor(args): update the order and value names 2021-06-13 01:44:07 +03:00
orhun
5138532bf6
fix(docker): install zlib dependency 2021-06-11 22:50:16 +03:00
orhun
02d0a3dd3c
chore(docker): add Dockerfile 2021-06-11 21:41:03 +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
8633a5372a
fix(changelog): write to the given file for prepend operation 2021-06-10 23:54:55 +03:00
orhun
2e2c53f0cd
feat(config): extend the commit parsers 2021-06-10 23:29:37 +03:00
orhun
2d0d89cb7a
feat(config): add trim option to changelog 2021-06-09 14:32:46 +03:00
orhun
c67370e5a7
style(template): update formatting 2021-06-09 02:38:11 +03:00
orhun
d2cb46613b
chore(project): update description 2021-06-08 23:37:25 +03:00
orhun
8ee0611fbf
test(changelog): add tests 2021-06-08 23:30:17 +03:00
orhun
d42de1c41f
feat(changelog): show debug log for skipped tags 2021-06-08 22:46:54 +03:00
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