1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-12-16 13:23:55 +03:00
Commit Graph

172 Commits

Author SHA1 Message Date
orhun
cb90048f7b
chore(release): prepare for v0.1.0-rc.13 2021-06-24 00:48:29 +03:00
orhun
01825330d9
chore(cd): use seperate steps for uploading releases 2021-06-24 00:26:23 +03:00
orhun
97e098f3a0
chore(release): prepare for v0.1.0-rc.12 2021-06-22 01:49:42 +03:00
orhun
000a67cd8a
fix(git): return tags by their creation order 2021-06-22 01:49:09 +03:00
orhun
5d616ee249
fix(release): fix the character escape in release script 2021-06-22 00:12:16 +03:00
orhun
92a4b0d5bf
fix(cd): use printf to prevent field splitting the variable 2021-06-22 00:07:08 +03:00
orhun
5677281b2c
chore(release): include the commit id in the custom template 2021-06-21 23:48:42 +03:00
orhun
c8989122d0
chore(project): update .editorconfig about shell scripts 2021-06-21 23:41:57 +03:00
orhun
db55556787
chore(release): prepare for v0.1.0-rc.11 2021-06-21 23:30:42 +03:00
orhun
d826b9d2e5
chore(cd): remove the custom changelog template 2021-06-21 23:30:29 +03:00
orhun
1be66eebeb
refactor(error): use custom error message for GroupError 2021-06-20 22:24:38 +03:00
orhun
40a9562c89
chore(release): prepare for v0.1.0-rc.10 2021-06-20 21:55:55 +03:00
orhun
9f84fe58a7
style(config): update the order of entries in config 2021-06-20 21:55:47 +03:00
orhun
49aa011f5f
chore(release): prepare for v0.1.0-rc.9 2021-06-20 21:41:22 +03:00
orhun
5a57724f96
chore(release): prepare for v0.1.0-rc.8 2021-06-20 21:36:59 +03:00
orhun
85aa1cdc68
fix(cd): double quote the environment variable 2021-06-20 21:36:52 +03:00
orhun
381c941a94
fix(release): specify the committer email in release script 2021-06-20 21:33:22 +03:00
orhun
ad3126e151
chore(docker): rename the docker automated builds action 2021-06-20 21:27:59 +03:00
orhun
06ecb19908
chore(release): prepare for v0.1.0-rc.7 2021-06-20 21:21:20 +03:00
orhun
41053fbe90
chore(cd): override the changelog template 2021-06-20 21:20:30 +03:00
orhun
c4df0fa892
chore(release): set a custom changelog for the tag message 2021-06-20 17:08:52 +03:00
orhun
9fc08f4c50
feat(changelog): support setting the body template via args 2021-06-20 16:57:26 +03:00
orhun
027521ce2d
chore(release): prepare for v0.1.0-rc.6 2021-06-20 16:23:34 +03:00
orhun
7623977166
chore(cd): set the release body on linux 2021-06-20 16:21:15 +03:00
orhun
6a7bdf0c5d
chore(release): prepare for v0.1.0-rc.5 2021-06-20 00:35:22 +03:00
orhun
2e5f30a5c3
fix(config): update config to skip release commits 2021-06-20 00:35:08 +03:00
orhun
dc81d02765
chore(release): prepare for v0.1.0-rc.4 2021-06-20 00:28:26 +03:00
orhun
f95fca966b
revert: chore(config): update template to include commit ids
This reverts commit e3d3482191.
2021-06-20 00:27:13 +03:00
orhun
9f082b0583
chore(release): prepare for v0.1.0-rc.3 2021-06-20 00:21:51 +03:00
orhun
e3d3482191
chore(config): update template to include commit ids 2021-06-20 00:21:05 +03:00
orhun
24b9068d30
fix(config): update commit parsers to match the commit type 2021-06-20 00:16:30 +03:00
orhun
28171f0f98
chore(config): update the skip_tags regex 2021-06-20 00:12:23 +03:00
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