1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-09-17 10:17:07 +03:00
Commit Graph

1037 Commits

Author SHA1 Message Date
dependabot[bot]
68ba2f28bc
chore(deps): bump clap from 4.5.3 to 4.5.4 (#577)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-26 13:37:27 +03:00
dependabot[bot]
462c0e52da
chore(deps): bump indexmap from 2.2.5 to 2.2.6 (#578)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-26 13:37:05 +03:00
Orhun Parmaksız
322fdbad70
chore(release): prepare for v2.2.0-rc.1 2024-03-25 02:13:18 +03:00
Jeroen Claassens
5a0ce6acc1
fix(npm): fix authenticating for yarn npm publish (#574) 2024-03-25 00:12:11 +01:00
Orhun Parmaksız
c535a01665
chore(release): prepare for v2.2.0-rc.0 2024-03-24 23:56:45 +03:00
Orhun Parmaksız
c5ef9ab291
fix(changelog): update the commit processing order (#556)
* fix(changelog): update the commit processing order

* chore(fixture): do not filter out unconventional commits for split fixture

* chore(changelog): do not filter unconventional if split_commits is true
2024-03-24 21:32:22 +01:00
Orhun Parmaksız
4971b236ac
fix(commit): trim the text before matching with commit parser (#573) 2024-03-24 15:30:06 +01:00
Orhun Parmaksız
9eb3d65945
feat(config): support detecting config from project manifest (#571)
* feat(config): support detecting config from project manifest

* refactor: apply clippy suggestions

* test(fixture): add fixture for configuring from Cargo.toml
2024-03-23 15:31:58 +01:00
Orhun Parmaksız
f26fbe09ff
chore(ci): temporarily disable semver checks
waiting for https://github.com/obi1kenobi/cargo-semver-checks-action/pull/65
2024-03-23 17:06:54 +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
dependabot[bot]
172cae1650
chore(deps-dev): bump the patch group in /website with 1 update (#565)
Bumps the patch group in /website with 1 update: [typescript](https://github.com/Microsoft/TypeScript).


Updates `typescript` from 5.4.2 to 5.4.3
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.2...v5.4.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-21 15:03:05 +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
dependabot[bot]
566d9f36b5
chore(deps): bump git2 from 0.18.2 to 0.18.3 (#562)
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.18.2 to 0.18.3.
- [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/git2-rs/compare/git2-0.18.2...git2-0.18.3)

---
updated-dependencies:
- dependency-name: git2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-20 11:41:45 +01:00
dependabot[bot]
24c6fe56a2
chore(deps): bump reqwest from 0.11.26 to 0.11.27 (#561)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.26 to 0.11.27.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.26...v0.11.27)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-20 11:41:19 +01:00
dependabot[bot]
69e17b1c3a
chore(deps): bump toml from 0.8.11 to 0.8.12 (#560)
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.11 to 0.8.12.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.11...toml-v0.8.12)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-19 10:14:56 +01:00
dependabot[bot]
8a45f83bc6
chore(deps): bump reqwest-middleware from 0.2.4 to 0.2.5 (#558)
Bumps [reqwest-middleware](https://github.com/TrueLayer/reqwest-middleware) from 0.2.4 to 0.2.5.
- [Changelog](https://github.com/TrueLayer/reqwest-middleware/blob/main/CHANGELOG.md)
- [Commits](https://github.com/TrueLayer/reqwest-middleware/commits)

---
updated-dependencies:
- dependency-name: reqwest-middleware
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-16 11:36:10 +01:00
dependabot[bot]
eeef39a49f
chore(deps): bump clap from 4.5.2 to 4.5.3 (#557)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.2 to 4.5.3.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.5.2...v4.5.3)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-16 11:35:27 +01:00
Orhun Parmaksız
4bedf764e3
chore(github): update funding options 2024-03-14 21:13:16 +03:00
Orhun Parmaksız
7ee3c860af
feat(changelog): make rendering errors more verbose
closes #542
2024-03-13 21:04:09 +03:00
dependabot[bot]
5f2d0f04fe
chore(deps): bump reqwest from 0.11.25 to 0.11.26 (#552)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.25 to 0.11.26.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.25...v0.11.26)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-13 09:55:33 +01:00
dependabot[bot]
d14d539a89
chore(deps): bump thiserror from 1.0.57 to 1.0.58 (#551)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.57 to 1.0.58.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.57...1.0.58)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-13 09:55:19 +01:00
dependabot[bot]
078a6acc5c
chore(deps): bump next_version from 0.2.14 to 0.2.15 (#550)
Bumps [next_version](https://github.com/MarcoIeni/release-plz) from 0.2.14 to 0.2.15.
- [Release notes](https://github.com/MarcoIeni/release-plz/releases)
- [Changelog](https://github.com/MarcoIeni/release-plz/blob/main/CHANGELOG.md)
- [Commits](https://github.com/MarcoIeni/release-plz/compare/next_version-v0.2.14...next_version-v0.2.15)

---
updated-dependencies:
- dependency-name: next_version
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-12 10:02:09 +01:00
dependabot[bot]
62198d0f4a
chore(deps): bump toml from 0.8.10 to 0.8.11 (#549)
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.10 to 0.8.11.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.10...toml-v0.8.11)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-12 10:01:43 +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
Orhun Parmaksız
ccdc15217c
chore(ci): comment on pull requests about semver checks 2024-03-11 15:57:44 +03:00
Orhun Parmaksız
830528c0c0
chore(config): skip clippy commits in changelog 2024-03-11 00:07:50 +03:00
Orhun Parmaksız
72c1fa342f
refactor(clippy): apply clippy suggestions 2024-03-10 10:31:36 +01:00
Orhun Parmaksız
45c87f2f30
fix(changelog): return the last version if there is nothing to bump
fixes #533
2024-03-09 00:33:37 +01:00
dependabot[bot]
d0c9d3b97f
chore(deps): bump reqwest from 0.11.24 to 0.11.25 (#547)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.24 to 0.11.25.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.24...v0.11.25)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-08 23:34:20 +01:00
Radu Suciu
700281a25b
fix(release): fix typo in the installation of typos-cli (#545) 2024-03-08 21:26:16 +01:00
Radu Suciu
10b7ab829f
chore(pypi): update maturin version (#539)
* chore(pypi): add .gitignore for python wheel build

* chore(pypi): move maturin package metadata to pyproject.toml

use of `[package.metadata.maturin.name]` is deprecated and warned against: `Warning: specify [package.metadata.maturin] name in Cargo.toml is deprecated, use module-name in [tool.maturin] section in pyproject.toml instead`

* chore(pypi): update maturin version

the previously pinned version was way too specific and maturin has since had a 1.0 release -- so let's just stick with that.
2024-03-07 10:38:38 +01:00
dependabot[bot]
773a9a0c6a
chore(deps-dev): bump the minor group in /website with 1 update (#538)
Bumps the minor group in /website with 1 update: [typescript](https://github.com/Microsoft/TypeScript).


Updates `typescript` from 5.3.3 to 5.4.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.3...v5.4.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-07 10:07:40 +01:00
dependabot[bot]
d197970995
chore(deps): bump clap from 4.5.1 to 4.5.2 (#537)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.1 to 4.5.2.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.1...v4.5.2)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-06 23:29:13 +01:00
Jeroen Claassens
16bea5179a
chore(npm): publish rc version for prereleases (#528)
* ci: publish rc version with rc dist-tags

* refactor: use github.ref
2024-03-05 19:17:22 +01:00
Alexander Dupuy
8b3d09f776
fix(config): drop extra '(' in first commit URL in github-keepachangelog (#535) 2024-03-05 17:05:21 +01:00
Daniel Carr
9722784396
fix(command): add missing environment variables for Windows (#532) 2024-03-04 19:20:43 +01:00
Jeroen Claassens
8f8e221563
chore(github): use form based issue templates (#529) 2024-03-04 13:38:14 +01:00
Orhun Parmaksız
d7689625ad
chore(release): prepare for v2.1.2 2024-03-03 23:46:27 +03:00
Orhun Parmaksız
7f379a9c83
fix(cd): set the correct GitHub repository URL 2024-03-03 23:45:40 +03:00
Orhun Parmaksız
717abce767
fix(cd): set a flag as a workaround for the NPM package 2024-03-03 23:43:08 +03:00
Orhun Parmaksız
327b4d625e
chore(release): prepare for v2.1.1 2024-03-03 23:08:12 +03:00
Orhun Parmaksız
5dd0d2ebf8
fix(cd): set node version to 18 for building NPM packages 2024-03-03 23:06:54 +03:00
Orhun Parmaksız
67dfbbc952
chore(release): prepare for v2.1.0 2024-03-03 22:56:15 +03:00
Orhun Parmaksız
8dfd9e4f79
chore(release): prepare for v2.1.0-rc.1 2024-03-03 22:31:26 +03: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
292723109f
chore(fixtures): enable verbose logging for output 2024-03-02 21:41:49 +03:00
Orhun Parmaksız
8d2f1fab2b
fix(cd): explicitly set the Homebrew formula path 2024-03-02 21:17:56 +03:00
Orhun Parmaksız
87a04fb437
refactor(cd): simplify checking pre-releases 2024-03-02 21:16:51 +03:00
Orhun Parmaksız
42180437c7
chore(release): prepare for v2.1.0-rc.0 2024-03-02 21:08:44 +03:00