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

125 Commits

Author SHA1 Message Date
Marco Ieni
e323621094
ci: check without default features 2023-05-01 10:36:26 +02:00
Orhun Parmaksız
1f897e3d70
chore(cd): temporarily switch back to action-rs/toolchain 2023-04-28 15:20:02 +03:00
Orhun Parmaksız
e42f91013b
refactor(cd): remove unnecessary config update 2023-04-28 15:17:03 +03:00
bors[bot]
deb0528d11
chore(pull): merge #161
161: chore(deps): bump actions/configure-pages from 1 to 3 r=orhun a=dependabot[bot]

Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 1 to 3.


Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-28 11:57:49 +00:00
dependabot[bot]
bad7c6c288
chore(deps): bump actions/configure-pages from 1 to 3
Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 1 to 3.
- [Release notes](https://github.com/actions/configure-pages/releases)
- [Commits](https://github.com/actions/configure-pages/compare/v1...v3)

---
updated-dependencies:
- dependency-name: actions/configure-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-28 11:49:32 +00:00
dependabot[bot]
b1aeae263c
chore(deps): bump actions/deploy-pages from 1 to 2
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 1 to 2.
- [Release notes](https://github.com/actions/deploy-pages/releases)
- [Commits](https://github.com/actions/deploy-pages/compare/v1...v2)

---
updated-dependencies:
- dependency-name: actions/deploy-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-28 11:49:28 +00: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
0d4e689115
feat(config): add a custom configuration file for the repository 2023-04-27 00:39:55 +03:00
Orhun Parmaksız
2d721259ca
refactor(ci): test the website deployment with a different job 2023-04-15 20:32:18 +03:00
Orhun Parmaksız
6f8a2f96da
test(deploy): test the website deployment for pull requests 2023-04-09 18:49:51 +03:00
Orhun Parmaksız
020b02d3e3
fix(deploy): set the node cache dependency path 2023-04-09 18:29:11 +03:00
Orhun Parmaksız
f550458414
chore(website): add workflow file for deploying the website 2023-04-09 18:25:29 +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
c02538f85c
chore(docker): bump the action versions in docker workflow 2023-04-06 22:34:25 +03:00
Orhun Parmaksız
07e7938b6e
chore(ci): update runner images 2023-04-04 22:42:06 +03:00
Orhun Parmaksız
0c84ed8eea
chore(docker): bump build-push-action to v4 2023-04-04 20:18:34 +03:00
Orhun Parmaksız
2ef259e8cc
feat(docker): generate SBOM/provenance for the Docker image 2023-04-03 23:08:16 +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
24c8e3e4cf
chore(cd): parallelize releasing on crates.io 2023-01-09 19:23:58 +03:00
Orhun Parmaksız
ce1d468f0b
fix(npm): rename the NPM binary package for Windows
Apparently, NPM doesn't like numbers in package names and recognizes them as spam.
2023-01-09 19:05:57 +03:00
Orhun Parmaksız
e2e124ed4b
chore(cd): add README.md to the base NPM package 2023-01-09 18:46:31 +03:00
Orhun Parmaksız
b7dd592653
chore(npm): package git-cliff for npm (#133)
* chore: scaffold a typescript node project

* feat: execute git cliff binary using nodejs

* fix: process doesnt return status code

* fix: optional dependencies are not added to git-cliff

* chore(npm): move NPM package to npm folder

* chore(docker): add NPM package to .dockerignore

* feat(cd): publish NPM package via continuous deployment workflow

* docs: add npm instructions to README

* chore(npm): update package keywords

* chore(cd): publish the NPM package publicly

* style(readme): update NPM section in README.md

Co-authored-by: Burak Güner <burak.guner@callstack.com>
Co-authored-by: Burak Güner <md.burak.guner@gmail.com>
2023-01-09 15:12:22 +01:00
Orhun Parmaksız
03cf3a7028
refactor(cd): use the git-cliff-action output for GitHub release body 2023-01-07 20:01:24 +03:00
Orhun Parmaksız
ce1b7c3d7b
chore(cd): publish binaries for more platforms/architectures 2023-01-05 21:32:38 +03:00
Orhun Parmaksız
1b3cba8dca
chore(cd): bump git-cliff-action to v2 2022-12-25 23:14:05 +03:00
Orhun Parmaksız
efd827f59f
feat(cd): publish Debian package via release workflow (#113) 2022-12-22 22:31:20 +03:00
Orhun Parmaksız
8f77caf86a
chore(config): comment out custom commit preprocessor (#112) 2022-12-22 18:17:53 +03:00
Orhun Parmaksız
9a070b248d
feat(cd): include completions and mangen in binary releases (#115) 2022-12-22 16:11:00 +03:00
Orhun Parmaksız
6c37611e16
chore(ci): update actions/checkout to v3 2022-12-22 15:56:03 +03:00
Orhun Parmaksız
5187f029ec
chore(cd): remove deprecated set-output usage 2022-12-22 15:53:13 +03:00
Orhun Parmaksız
53c1c50a1e
chore(fixtures): run all test fixtures 2022-12-16 20:48:02 +03:00
Orhun Parmaksız
77731ec7ae
feat(changelog, config)!: replace --date-order by --topo-order 2022-12-16 18:43:13 +01: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
cd1306cffd
chore(docker): disable updating the description on Docker Hub
This reverts commit 9c0e7a2ab8.

See https://github.com/peter-evans/dockerhub-description/issues/69
2022-07-27 14:40:24 +02:00
Orhun Parmaksız
9c0e7a2ab8
chore(docker): update the description on Docker Hub on push 2022-07-27 14:31:21 +02:00
Orhun Parmaksız
f2968cdf6c
chore(docker): enable building arm64 docker images
This reverts commit 175f7d7055.
2022-07-21 20:57:03 +02:00
Orhun Parmaksız
8621a59d47
chore(cd): update windows runners to windows-2022 2022-07-12 18:12:28 +02:00
Orhun Parmaksız
4b2ded0cf1
fix(cd): set fail-fast strategy to false 2022-07-12 18:01:50 +02:00
Orhun Parmaksız
a5aaca1a01
fix(ci): update lychee arguments to skip checking protonmail 2022-07-12 15:11:08 +02:00
Orhun Parmaksız
175f7d7055
chore(docker): disable building arm64 docker images temporarily
This reverts commit 8475e1fd63.
Reference: https://github.com/LukeMathWalker/cargo-chef/issues/107#issuecomment-1149901337
2022-06-23 22:21:27 +02:00
Orhun Parmaksız
8475e1fd63
chore(docker): build Docker images for arm64 2022-04-24 14:12:29 +03:00
Orhun Parmaksız
a5ddf75152
chore(cd): include man page in the release assets 2022-04-14 16:53:02 +03:00
Orhun Parmaksız
64317f2116
feat(git): support preprocessing commit messages using regex (#62) 2022-04-06 15:46:23 +03: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