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

340 Commits

Author SHA1 Message Date
orhun
c7f08fe4a3
fix(release): strip the unreleased title from tag message 2021-06-19 23:51:44 +03:00
orhun
62403be828
chore(cd): fix setting the release body 2021-06-19 23:19:03 +03:00
orhun
66dfbf40ec
chore(cd): set the changelog as release body 2021-06-19 20:17:09 +03:00
orhun
e0cda23810
feat(args): add --output argument 2021-06-18 19:41:08 +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
076fc8580a
chore(docker): remove user directive from Dockerfile 2021-06-18 02:20:08 +03:00
orhun
0e5a7b1dd5
chore(cd): set the release name explicitly 2021-06-16 23:17:31 +03:00
orhun
6099b2d0c7
chore(release): add release title to the tag message 2021-06-16 23:14:27 +03:00
orhun
3cb67618ef
chore(release): strip the markdown format from tag message 2021-06-16 23:07:00 +03:00
orhun
098c6ad380
chore(project): update the release script about arguments 2021-06-16 22:52:08 +03:00
orhun
d76bb9b3e5
chore(project): add release script 2021-06-16 22:43:45 +03:00
orhun
c87fbbe7cf
docs(readme): add usage section 2021-06-16 22:42:54 +03:00
orhun
c697b17f67
refactor(args): update value names and description 2021-06-16 11:15:15 +03:00
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