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

263 Commits

Author SHA1 Message Date
orhun
8fb18b7848
docs(readme): update installation instructions for Arch Linux 2021-09-04 20:40:04 +03:00
orhun
4590c51cd8
chore(release): prepare for v0.2.6 2021-09-04 20:00:58 +03:00
orhun
612192b3aa
chore(docker): bump cargo-chef version in Dockerfile 2021-09-04 19:46:34 +03:00
orhun
4398828df7
docs(readme): update docker commands to only mount the .git directory 2021-09-04 17:20:36 +03:00
orhun
af1851c011
fix(docker): pin the cargo-chef version in Dockerfile 2021-09-04 17:16:06 +03:00
orhun
d0e1a84bd8
chore(deps): bump dependencies 2021-09-04 14:56:50 +03:00
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