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

457 Commits

Author SHA1 Message Date
orhun
72cee9caa6
chore(deps): bump git-conventional to 0.10.1 (fixes #6) 2021-09-04 14:32:10 +03:00
orhun
ae8821aaa5
chore(release): prepare for v0.2.5 2021-08-21 00:58:26 +03:00
orhun
59ffe53a7c
chore(release): show the committed changes before creating a tag 2021-08-21 00:58:17 +03:00
orhun
4c6e64bd13
docs(readme): update template examples to mention how to contribute 2021-08-21 00:48:21 +03:00
orhun
6fa5d288d3
docs(readme): mention breaking changes for templating 2021-08-21 00:43:28 +03:00
orhun
e0f6ca151a
feat(template): add breaking_description to the template context (#4) 2021-08-21 00:37:45 +03:00
orhun
5219b9ef30
chore(release): prepare for v0.2.4 2021-08-20 23:45:42 +03:00
orhun
a9b286cf02
fix(cd): change the config file location for crates.io release 2021-08-20 23:44:48 +03:00
orhun
e6fe05b2da
chore(release): prepare for v0.2.3 2021-08-19 02:29:21 +03:00
orhun
9e29c95319
fix(cd): fetch the dependencies before copying the file to embed 2021-08-19 02:29:05 +03:00
orhun
2d2f1befbc
chore(release): prepare for v0.2.2 2021-08-19 02:00:54 +03:00
orhun
48ea1578b5
fix(cd): copy the config file into registry to resolve it for embed 2021-08-19 01:58:18 +03:00
orhun
df241e485f
chore(release): prepare for v0.2.1 2021-08-19 00:41:59 +03:00
orhun
68dda36427
fix(cd): copy the configuration file to embed into package 2021-08-19 00:41:37 +03:00
orhun
a067433061
chore(release): prepare for v0.2.0 2021-08-18 23:59:27 +03:00
orhun
927776b9db
style(args): update the message of --init flag 2021-08-18 23:51:11 +03:00
orhun
210b634113
feat(config): support a global location for configuration file (#2) 2021-08-18 23:46:37 +03:00
orhun
45889c0a05
fix(config): use custom error type for UTF-8 errors 2021-08-18 03:59:08 +03:00
orhun
183481bac3
feat(config): add --init flag for creating the default config 2021-08-18 03:51:04 +03:00
orhun
e5148e3ae1
feat(config): embed the default configuration file into the binary 2021-08-18 03:19:06 +03:00
orhun
6f154ce4ee
refactor(lib): update the log message for unprocessed tags 2021-08-18 03:02:04 +03:00
orhun
e7ae5a062d
docs(changelog): update the doc comment of prepend 2021-08-18 02:45:56 +03:00
orhun
c478f2c616
refactor(lib): create a constant for default configuration file 2021-08-17 22:14:22 +03:00
orhun
acda1954dc
chore(config): move cliff.toml to config/ 2021-08-17 21:49:21 +03:00
orhun
c5f58213b4
chore(release): prepare for v0.1.2 2021-08-14 16:47:13 +03:00
orhun
f1fd88af8f
docs(completions): update the example completion command 2021-08-14 16:46:59 +03:00
orhun
3ae64f4dd0
fix(cd): use the correct name of completions binary 2021-08-14 16:46:20 +03:00
orhun
83479445c2
chore(release): prepare for v0.1.1 2021-08-14 16:24:43 +03:00
orhun
af76d41b41
chore(deps): upgrade dependencies 2021-08-14 16:17:18 +03:00
orhun
7e84797900
perf(changelog): optimize the release vector size 2021-08-14 15:56:53 +03:00
orhun
29db41aa12
fix(changelog): set the previous release when using --latest (#3) 2021-08-14 15:40:45 +03:00
orhun
f85974761b
perf(changelog): process only the last 'previous' release 2021-08-13 23:31:33 +03:00
orhun
718f53573b
chore(project): rename the shell completions binary 2021-08-13 13:39:27 +03:00
orhun
f1b495d7b1
docs(readme): add installation instructions for the AUR 2021-08-12 20:13:18 +03:00
orhun
2b8b4d3535
chore(release): prepare for v0.1.0 2021-08-12 13:59:51 +03:00
orhun
5ba781721e
chore(deps): upgrade dependencies 2021-08-12 13:54:14 +03:00
orhun
a2df26ff86
chore(docker): bump the rust version 2021-08-12 13:25:02 +03:00
orhun
6e6bddeadd
docs(readme): add preview image to README.md 2021-08-08 22:23:13 +03:00
orhun
8881083520
chore(git): remove etc directory from .gitignore 2021-08-07 21:58:40 +03:00
orhun
441ed4d8b4
docs(readme): update detailed template example 2021-08-03 00:34:54 +03:00
orhun
1f85263f84
fix(template): use 7 digits for short SHA 2021-08-03 00:33:21 +03:00
orhun
dfab97842f
style(readme): remove quotes from rendered output 2021-08-03 00:29:32 +03:00
orhun
ed010be74f
fix(example): remove symbolic link 2021-08-03 00:27:07 +03:00
orhun
ee377cc42d
fix(example): update symbolic link to the default config 2021-08-03 00:23:32 +03:00
orhun
a406158608
docs(readme): add examples for templating 2021-08-03 00:21:05 +03:00
orhun
32f837e3f0
docs(readme): add examples for CLI usage 2021-07-22 23:30:51 +03:00
orhun
5a5a042134
refactor(args): rename changelog argument to prepend 2021-07-21 22:35:14 +03:00
orhun
8232111aa1
fix(changelog): return error if there is not a latest tag to process 2021-07-19 16:42:40 +03:00
orhun
2f2b2fc50a
docs(readme): update README.md about template and examples 2021-07-18 19:00:02 +03:00
orhun
a1b4b5b18a
fix(git): sort the commits in topological order 2021-07-18 15:42:13 +03:00