1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-10-26 16:04:18 +03:00
Commit Graph

68 Commits

Author SHA1 Message Date
Orhun Parmaksız
4e4d7cdbfc
docs(website): add note about supported platforms for NPM 2024-05-11 22:53:14 +03:00
Lane Sawyer
95bdf2db37
chore(npm): add minimum supported Node versions (#621)
* chore(config): Add minimum supported Node versions

* docs(website): polish NPM docs

---------

Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
2024-04-23 21:39:43 +03:00
Tim Hårek Andreassen
f636cfc5ce
docs(website): Add SourceHut builds example (#617)
* docs: Add SourceHut builds example

Signed-off-by: Tim Hårek Andreassen <tim@harek.no>

* docs: polish SourceHut docs

---------

Signed-off-by: Tim Hårek Andreassen <tim@harek.no>
Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
2024-04-20 17:57:04 +03:00
Orhun Parmaksız
1d1b3b80e1
fix(parser): allow matching empty commit body (#605) 2024-04-12 13:58:06 +03:00
Clément Nussbaumer
3b742548cc
docs(website): add GITHUB_REPO variable to GitHub action (#597) 2024-04-09 16:53:45 +03:00
Amin Yahyaabadi
4a7aa7e91f
docs(website): fix the documentation for --include-path (#567)
* docs: fix the documentation for `--include-path`

Related to #48

* style: update styling

---------

Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
2024-03-22 15:23:56 +01:00
Orhun Parmaksız
4f4639647b
docs(website): update setup-git-cliff action documentation 2024-03-20 17:32:32 +03:00
Marcin Puc
85db777609
docs(website): add documentation for taiki-e/install-action (#563)
* docs(website): add documentation for taiki-e/install-action

* style: simplify install-action docs

---------

Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
2024-03-20 15:31:56 +01:00
Jarosław Surkont
152414cb81
feat(release): make the bump version rules configurable (#530)
closes #447

Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
2024-03-11 14:08:07 +01:00
Jeroen Claassens
8b33267967
feat(npm): add programmatic API for TypeScript (#523)
* feat: add programmatic api

* fix: return the execa result from the programmatic API instead of exiting the process

* feat: make it possible to customize execa when using the programmatic api

* fix: fixed dev script

* refactor: remove unnecessary await

* chore: update lockfile and let yarn resort dependencies

* style: formatting in tsup config

* chore(npm): log the error in case of exe path is not found

---------

Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
2024-03-03 20:29:42 +01:00
Orhun Parmaksız
b4e7a3400f
feat(args): add --tag-pattern argument (#526)
* feat(args): add `--tag-pattern` argument

* fix: fix typo in the fixture name

* test: update fixture case
2024-03-01 23:09:15 +01:00
Orhun Parmaksız
6d3354ca1b
docs(website): add tip about skipping commits by PR label 2024-02-29 18:36:34 +03:00
Lloyd Atkinson
eeaa40673f
docs(website): add instructions for installing from WinGet (#520)
* docs(website): add instructions for installing from WinGet

* Update website/docs/installation/windows.md

Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>

* docs(website): rename title and section to WinGet

* docs(website): correct url and delete windows.md

* docs(website): typo fix

* docs(website): another typo correction

---------

Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
2024-02-29 07:55:59 +01:00
Orhun Parmaksız
819969924b
feat(github): support overriding the GitHub API URL (#512)
via `GITHUB_API_URL`
2024-02-22 20:36:00 +01:00
Orhun Parmaksız
75a04bb1b0
docs(website): add instructions for installing from conda-forge (#511) 2024-02-22 12:28:22 +01:00
Orhun Parmaksız
f255ad38b2
chore(website): bump the version of git-cliff-action 2024-02-19 19:11:15 +03:00
Orhun Parmaksız
49684d0fd8
docs(website): add highlights for 2.0.0 (#504) 2024-02-19 12:06:38 +01:00
Orhun Parmaksız
bd5e4d2217
chore(project): bump MSRV to 1.74.1 2024-02-17 15:05:36 +03:00
Óscar
0731646c26
docs(website): improve matching gitmoji tip (#486)
Emojis are hard. The pattern was not matching the recycling emoji, for some reason.

Adding the variation selector`u{FE0F}` fixes it.

Further, this makes the zero-width joiner (`u{200D}`) optional, matching emojis both with and without the ZWJ.
2024-02-14 16:05:14 +01:00
Orhun Parmaksız
30d15bbab7
feat(template): support using PR labels in the GitHub template (#467) 2024-01-28 21:03:22 +01:00
Marco Ieni
34a58e6e2b
docs(configuration): fix typo (#466) 2024-01-27 12:01:04 +01:00
Orhun Parmaksız
7ae77ff0e0
feat(args): add --no-exec flag for skipping command execution (#458)
* feat(args): add `--no-exec` flag for skipping command execution

* refactor(args): reorder arguments
2024-01-20 23:33:49 +01:00
Orhun Parmaksız
3fd9476a56
chore(website): rename the header for GitHub integration 2024-01-06 15:13:44 +03:00
Orhun Parmaksız
34593dd46f
chore(website): fix broken anchors 2024-01-06 15:08:35 +03:00
Orhun Parmaksız
82e93c26de
docs(website): add tips and tricks section 2024-01-03 12:00:33 +03:00
Orhun Parmaksız
6f32f3376e
feat(template): support using PR title in the GitHub template (#418)
* feat(template): support using PR title in the GitHub template

* refactor(test): add PR title to the tests
2023-12-31 15:34:51 +01:00
Orhun Parmaksız
faa00c6e6c
feat(changelog): improve skipping via .cliffignore and --skip-commit (#413)
* feat(changelog): support `.cliffignore` for skipping commits

* feat(args): add `--skip-commit` argument

* docs(website): add documentation about skipping commits

* refactor: support ignore file for multiple repositories
2023-12-31 15:34:01 +01:00
Orhun Parmaksız
5238326790
feat(github)!: support integration with GitHub repos (#363)
See <https://git-cliff.org/docs/integration/github>

Squashed history:
* feat(github): support integration with GitHub repos
* fix(changelog): fix generation logic
* refactor(github): use verbose logging for errors
* fix(test): update tests accordingly to the render parameters
* feat(github): support deriving upstream URL from the repo
* docs(lib): update the description of the error module
* chore(github): add disclaimer for the github feature
* chore(config): filter the contributors in the github example
* fix(github): make GitHub login field optional
* chore(github): increase the logging verbosity for remote info
* refactor(git): reduce the log level for upstream remote
* feat(github): log the request error
* feat(args): add `--github-repo` argument
* feat(github): add caching for network requests
* feat(github): add progress bar for the network requests
* refactor(github): gate the implementation behind github feature flag
* fix(github): use the local cache for HTTP requests
* feat(github): set TCP keepalive value for HTTP client
* chore(cargo): create update-informer feature
* docs(website): add documentation about available features
* docs(website): reorder installation sections
* fix(config): skip serializing secret
* docs(website): add documentation about GitHub integration
* chore(example): update the style of GitHub config
* docs(website): add github example
* test(fixture): add test fixture for GitHub integration
* test(fixture): run the GitHub integration test
* fix(changelog): print header before fetching GitHub
* feat(github): allow using remote values without fetching GitHub
* chore(example): simplify Keep a Changelog example
* feat(example): add github-keepachangelog example
* chore(example): update the examples in default config
* chore(ci): test all features
* test(github): add unit tests for GitHub integration
* chore(ci): set upstream remote for tests
* chore(ci): show the current git status for test step
* chore(ci): skip git upstream test
* chore(ci): run tests without default features
* chore(ci): skip test with full name
* docs(website): add note about github-keepachangelog format
* chore(ci): skip the faulty git test for all test steps
* refactor(error): update the error type for logger
2023-12-26 20:52:31 +01:00
Orhun Parmaksız
4bd47a69e9
docs(website): add tip about link parsers 2023-12-25 19:06:14 +03:00
Orhun Parmaksız
8e1e0d73c3
chore(example): remove limited commits example 2023-12-20 18:43:31 +03:00
Orhun Parmaksız
327512a9d5
feat(args): add -x short argument for --context 2023-12-20 14:46:43 +03:00
Orhun Parmaksız
67486ccb72
docs(website): split the configuration section 2023-12-20 14:35:31 +03:00
Orhun Parmaksız
1039f8575a
feat(parser): support using SHA1 of the commit (#385)
* feat(parser): support using SHA1 of the commit

* fix(parser): make the SHA1 matcher case insensitive
2023-12-18 23:55:44 +01:00
Orhun Parmaksız
dd27a9a404
feat(commit): add merge_commit flag to the context (#389) 2023-12-18 23:54:46 +01:00
Orhun Parmaksız
ff2881bebd
chore(website): update the titles for distro installations 2023-12-09 23:20:04 +03:00
Orhun Parmaksız
4bee628867
feat(args): support initialization with built-in templates (#370)
* feat(args): support initialization with built-in templates

* feat(embed): enable compression

* chore(fixtures): remove fixture
2023-12-06 19:05:49 +01: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
Marco Napetti
5e01e4c775
feat(args): allow returning the bumped version (#362)
* feat: allow returning bumped version

* refactor(args): polish bumped-version implementation

---------

Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
2023-12-04 20:09:54 +01:00
Seonghyeon Cho
b2f8091bd4
docs(website): add installation instructions for Homebrew (#357) 2023-11-24 23:06:38 +01:00
Seonghyeon Cho
04d149e124
feat(args): set CHANGELOG.md as default missing value for output option (#354)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-11-23 00:20:53 +01:00
Orhun Parmaksız
2c621f71e6
chore(config): update tag_pattern value for backwards compatibility 2023-10-29 13:53:59 +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
debghs
d863c9481a
docs(website): fix typos in configuration docs (#329) 2023-10-26 00:51:39 +02:00
Jean SIMARD
88c34abe2c
feat(ci): add 'typos' check (#317)
* docs(docker): fix typos

* docs(readme): fix typos

* docs(template): fix typos

* ci(typos): add 'typos' check

resolves #311

* ci(typos): 'typos' moved to its own job

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-10-19 15:34:17 +02:00
Orhun Parmaksız
be87608002
docs(website): add instructions for installing the latest git version 2023-10-17 16:23:35 +03:00
Daniel Pecos Martinez
04fbcb88a5
feat(config): add field and value matchers to the commit parser (#312)
* feat(config): add field and value matchers to commit parser (#194)

* docs(config): matchers docs updated with new type of parser based on field and pattern

* test(config): tests covering new parsers

* chore(docs): fix typos in website/docs/configuration.md

Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>

* chore(docs): fix more typos website/docs/configuration.md

Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>

* chore(docs): update docs for git-cliff-core/src/config.rs

Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>

* chore(config): code matching field name refactored

Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>

---------

Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
2023-10-15 23:11:18 +02:00
Orhun Parmaksız
bcfcd1fd59
feat(changelog): support bumping the semantic version via --bump (#309) 2023-10-13 14:43:55 +02:00
Orhun Parmaksız
291a928288
docs(installation): update instructions for Arch Linux 2023-09-18 16:11:25 +03:00
Orhun Parmaksız
3199bba672
docs(installation): add instructions for Alpine Linux 2023-09-18 16:11:25 +03: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