1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-12-14 13:04:36 +03:00
Commit Graph

21 Commits

Author SHA1 Message Date
Orhun Parmaksız
5bfb45411d
fix(ci): update grcov download command 2022-02-12 19:39:59 +03:00
Orhun Parmaksız
a3f3aa6405
fix(ci): use the correct tar command for extracting grcov archive 2022-02-04 01:51:07 +03:00
Orhun Parmaksız
c47133ac24
fix(ci): update the download link of latest grcov release 2022-02-04 01:47:21 +03:00
Orhun Parmaksız
7d766d7e34
fix(ci): run clippy from nightly toolchain 2021-12-31 21:33:39 +03:00
Pascal Bach
b88e7d30be
feat(changelog): add link_parsers for parsing/extracting links (#42)
* feat(core): add link parsing

Searches for patterns in commite messages and allows to convert them into
links via regular expression replacement.

This allows to include links to issue trackers and other tools in the resulting
changelog.

Closes #41

* fix(ci): update lychee arguments

* docs(readme): fix typos

* docs(readme): fix typos

Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
2021-12-31 21:10:37 +03:00
Orhun Parmaksız
627d4eff7f
chore(ci): run CI workflows periodically 2021-10-15 21:25:15 +03:00
orhun
5069594f18
chore(workflow): update the runner to ubuntu-20.04 2021-09-25 21:43:24 +03:00
orhun
b323e60996
chore(workflow): set a version for the checkout action 2021-09-25 21:36:22 +03:00
orhun
ba3f1cac50
fix(ci): update lychee arguments to skip checking files 2021-09-10 22:27:21 +03:00
orhun
e1d604cbdf
fix(ci): update lychee arguments to exclude invalid links 2021-06-29 02:11:30 +03:00
orhun
6b755cd82f
chore(ci): fix grcov command 2021-05-30 15:03:54 +03:00
orhun
2c370ecef2
chore(git): change default branch to main 2021-05-30 14:25:13 +03:00
orhun
4a1ed9bb11
chore(project): rename
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
2021-05-30 01:45:03 +03:00
orhun
edb64553bb
chore(dep): update git2 dependency
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
2021-05-24 18:43:42 +03:00
orhun
946e545390
chore(ci): use grcov for test coverage
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
2021-05-24 18:33:24 +03:00
orhun
2263955f5f
chore(ci): use stable channel for cargo commands except fmt
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
2021-05-24 03:20:10 +03:00
orhun
f005486d82
chore(ci): use stable channel for cargo check
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
2021-05-24 03:16:26 +03:00
orhun
122992db88
chore(ci): use nightly toolchain
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
2021-05-15 03:02:17 +03:00
orhun
5d6534707a
chore(ci): fetch the entire git history for test suite
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
2021-05-15 03:01:12 +03:00
orhun
869ee63074
chore(ci): fix rustfmt arguments
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
2021-05-13 21:28:42 +03:00
orhun
2bbeb865f0
chore(ci): add workflow
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
2021-05-13 02:53:27 +03:00