Orhun Parmaksız
32cbea8e48
chore(ci): update the link checker configuration ( #315 )
...
* chore(lychee): update link checker configuration
* refactor(ci): provide GitHub token
* refactor(ci): set a custom GitHub token
* fix(ci): set concurrency for checking links
* chore(ci): ignore more sites for lychee
* chore(ci): update lychee ignore list
---------
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-10-14 18:22:29 +02:00
Orhun Parmaksız
95f8d53ac1
refactor(ci): simplify cargo-tarpaulin installation
2023-09-24 19:06:53 +03:00
Orhun Parmaksız
83a0371118
fix(ci): update cargo-tarpaulin arguments
2023-09-24 19:04:21 +03:00
Orhun Parmaksız
54807efc88
chore(deps): downgrade codecov/codecov-action from 4 to 3 ( #285 )
...
This reverts commit 6d9fb2052b
.
2023-09-24 18:51:27 +03:00
dependabot[bot]
6d9fb2052b
chore(deps): bump codecov/codecov-action from 3 to 4 ( #285 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-14 22:48:55 +00:00
dependabot[bot]
b136fcb53e
chore(deps): bump actions/checkout from 3 to 4 ( #270 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-04 23:01:01 +00:00
Marco Ieni
e323621094
ci: check without default features
2023-05-01 10:36:26 +02:00
Orhun Parmaksız
1ab6f39c84
chore(github): integrate bors
2023-04-28 14:47:37 +03:00
Orhun Parmaksız
84f20f906f
chore(cargo): update MSRV to 1.64.0
2023-04-28 14:27:35 +03:00
Orhun Parmaksız
5644d10365
chore(website): move website to website folder
...
This reverts commit b6e52e128e
.
2023-04-09 18:16:31 +03:00
Orhun Parmaksız
b6e52e128e
chore(website): move website to docs for GitHub pages deployment
2023-04-09 18:13:52 +03:00
Orhun Parmaksız
56d3544454
docs(website): move documentation to the website ( #153 )
...
https://git-cliff.org
2023-04-09 17:08:59 +02:00
Orhun Parmaksız
d54f72aff4
chore(ci): switch to dtolnay/rust-toolchain action
2023-04-07 21:34:14 +03:00
Orhun Parmaksız
07e7938b6e
chore(ci): update runner images
2023-04-04 22:42:06 +03:00
Orhun Parmaksız
98c9e00aef
fix(ci): use MUSL build of cargo-tarpaulin
2023-01-25 18:14:02 +03:00
Orhun Parmaksız
3019eff869
fix(ci): update cargo-tarpaulin installation command for CI
2023-01-25 17:51:53 +03:00
Orhun Parmaksız
6c37611e16
chore(ci): update actions/checkout to v3
2022-12-22 15:56:03 +03:00
Orhun Parmaksız
17f3a0994d
chore(ci): switch to cargo-tarpaulin for measuring code coverage ( #110 )
2022-09-24 21:19:46 +02:00
Orhun Parmaksız
1b5dcc1051
refactor(clippy): run clippy for tests
2022-08-12 11:51:38 +02:00
Orhun Parmaksız
a5aaca1a01
fix(ci): update lychee arguments to skip checking protonmail
2022-07-12 15:11:08 +02:00
Grachev Mikhail
312b654b07
chore(ci): return to nightly builds ( #73 )
...
Signed-off-by: Mikhail Grachev <work@mgrachev.com>
2022-03-29 14:44:45 +03:00
Orhun Parmaksız
1b04dbf1a8
fix(ci): pin the Rust nightly version
...
Temporary fix until the `ring` build issue is fixed.
- https://github.com/briansmith/ring/issues/1469
- https://github.com/rust-lang/rust/issues/95267
2022-03-26 22:27:52 +03:00
Kenji Miyake
3ccec7f93a
fix(changelog): use root commit when --latest and there is only one tag ( #59 )
...
* test: add a test for --latest with one tag
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
* chore: add a test script
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
* fix: use root commit when --latest and there is only one tag
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
* docs: remove "requires at least 2 tags"
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
* add newlines
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
* apply review to test-fixtures-locally.sh
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
* apply review to lib.rs
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
* chore(fixtures): apply shellcheck suggestion
* chore(ci): checkout pull request HEAD commit
Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
2022-02-20 17:26:11 +03:00
Orhun Parmaksız
cfe41fe56e
chore(ci): run cargo-audit for checking vulnerabilities
2022-02-12 22:02:26 +03:00
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