1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-09-11 15:05:30 +03:00
Commit Graph

40 Commits

Author SHA1 Message Date
Orhun Parmaksız
830528c0c0
chore(config): skip clippy commits in changelog 2024-03-11 00:07:50 +03:00
Orhun Parmaksız
d7689625ad
chore(release): prepare for v2.1.2 2024-03-03 23:46:27 +03:00
Orhun Parmaksız
327b4d625e
chore(release): prepare for v2.1.1 2024-03-03 23:08:12 +03:00
Orhun Parmaksız
110b9b8d26
fix(config): fix commit parser regex in the default config
fixes #519
2024-02-28 20:22:57 +03:00
Orhun Parmaksız
4f741a7c9e
chore(config): add animation to the header of the changelog 2024-02-22 23:00:30 +03:00
Orhun Parmaksız
7f891602e4
chore(config): skip dependabot commits for dev updates 2024-02-17 19:38:17 +03:00
Orhun Parmaksız
9500bf8ef8
chore(config): revamp the configuration files 2024-02-17 16:36:44 +03:00
Orhun Parmaksız
5212cc9446
revert(config): use postprocessors for checking the typos
This reverts commit 764e858a1e.
Until https://github.com/crate-ci/typos/issues/914 is fixed
2024-02-17 14:52:34 +03:00
Orhun Parmaksız
764e858a1e
refactor(config): use postprocessors for checking the typos 2024-01-08 13:42:12 +03:00
Orhun Parmaksız
0945fa806c
feat(changelog)!: support templating in the footer (#369)
* feat(changelog)!: support templating in the footer (#95)

* test(fixture): run test-footer-template fixture
2023-12-05 22:23:09 +01:00
Orhun Parmaksız
8edec7fd50
refactor(config): remove unnecessary newline from configs 2023-11-14 17:09:30 +03:00
Orhun Parmaksız
2c621f71e6
chore(config): update tag_pattern value for backwards compatibility 2023-10-29 13:53:59 +01:00
Orhun Parmaksız
596fd4d14d
docs(config): update the comment for tag_pattern 2023-10-29 13:47:09 +01:00
Jean SIMARD
3c2fb60726
feat(config)!: support regex in 'tag_pattern' configuration (#318)
resolves #289

BREAKING CHANGE: `tag_pattern` now takes a valid regular expression instead of a glob pattern
2023-10-29 13:05:38 +01:00
Jean SIMARD
edd3c30000
docs(changelog): fix typos (#316)
* docs(changelog): fix typos

fixes #310

* docs(release): explain how typos are auto-corrected

* feat(ci): check/install 'typos' for release

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-10-19 15:09:45 +02:00
Dominik Nakamura
890de0007e
docs: update Tera links to the new URL (#272)
The Tera website changed from Netlify to GitHub Pages, with the old
Netlify deployment gone. Therefore, all links to Tera should point to
the new URL.
2023-09-08 15:22:14 +02:00
Orhun Parmaksız
c695ca308e
refactor(config): use a macro for generating commit list 2023-08-24 10:53:05 +03:00
Orhun Parmaksız
7e7e5a7e09
chore(config): update configuration for alpha/beta/rc releases 2023-08-19 14:33:47 +03:00
Orhun Parmaksız
fd7446ce2f
style(config): further beautify the changelog in this repo 2023-08-19 13:53:41 +03:00
Orhun Parmaksız
e9aa9918b6
style(config): apply formatting to configuration files 2023-08-14 00:43:41 +03:00
Orhun Parmaksız
b2edc231a6
chore(config): skip dependency updates in the changelog 2023-08-14 00:40:05 +03:00
Orhun Parmaksız
0d4e689115
feat(config): add a custom configuration file for the repository 2023-04-27 00:39:55 +03:00
orhun
acda1954dc
chore(config): move cliff.toml to config/ 2021-08-17 21:49:21 +03:00
orhun
9f84fe58a7
style(config): update the order of entries in config 2021-06-20 21:55:47 +03:00
orhun
2e5f30a5c3
fix(config): update config to skip release commits 2021-06-20 00:35:08 +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
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
6990b8f399
chore(config): update config 2021-06-14 23:20:21 +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
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
orhun
1ae8bf1195
feat(commit): add other conventional fields to serialize 2021-06-04 02:04:12 +03:00
orhun
0f35b07522
refactor(config): add section to configuration file 2021-06-02 00:06:01 +03:00
orhun
4a1ed9bb11
chore(project): rename
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
2021-05-30 01:45:03 +03:00