1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-09-11 15:05:30 +03:00
Commit Graph

1065 Commits

Author SHA1 Message Date
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
Orhun Parmaksız
61d055b916
chore(ci): auto-bump the homebrew formula
closes #203
2024-03-02 21:06:48 +03:00
Orhun Parmaksız
18f4923897
chore(ci): enable default features for windows builds 2024-03-02 20:57:38 +03:00
Orhun Parmaksız
df57336a79
refactor(clippy): apply clippy suggestions 2024-03-02 17:59:28 +03:00
Orhun Parmaksız
8ee0da1f74
refactor(changelog): do not output to stdout when prepend is used 2024-03-02 17:47:32 +03:00
Orhun Parmaksız
a25a1148d9
chore(ci): check semver violations via CI
closes #334
2024-03-02 14:47:09 +03: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
dependabot[bot]
bb5664f85f
chore(deps): bump indexmap from 2.2.3 to 2.2.5 (#524)
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.2.3 to 2.2.5.
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md)
- [Commits](https://github.com/indexmap-rs/indexmap/compare/2.2.3...2.2.5)

---
updated-dependencies:
- dependency-name: indexmap
  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-01 09:19:24 +01:00
Orhun Parmaksız
ba83c8ae71
style(website): use a short link for reporting issues 2024-02-29 18:52:45 +03: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
dependabot[bot]
94fe61ac18
chore(deps): bump log from 0.4.20 to 0.4.21 (#522)
Bumps [log](https://github.com/rust-lang/log) from 0.4.20 to 0.4.21.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.20...0.4.21)

---
updated-dependencies:
- dependency-name: log
  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-02-29 07:55:23 +01:00
Orhun Parmaksız
110b9b8d26
fix(config): fix commit parser regex in the default config
fixes #519
2024-02-28 20:22:57 +03:00
Orhun Parmaksız
be34949df7
fix(github): sanitize the GitHub token in debug logs
fixes #515
2024-02-28 13:22:43 +03:00
dependabot[bot]
4508d4d7a6
chore(deps): bump rust-embed from 8.2.0 to 8.3.0 (#516)
Bumps [rust-embed](https://github.com/pyros2097/rust-embed) from 8.2.0 to 8.3.0.
- [Changelog](https://github.com/pyrossh/rust-embed/blob/master/changelog.md)
- [Commits](https://github.com/pyros2097/rust-embed/commits)

---
updated-dependencies:
- dependency-name: rust-embed
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-27 19:49:43 +01:00
dependabot[bot]
87a4d7bc29
chore(deps): bump next_version from 0.2.13 to 0.2.14 (#517)
Bumps [next_version](https://github.com/MarcoIeni/release-plz) from 0.2.13 to 0.2.14.
- [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.13...next_version-v0.2.14)

---
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-02-27 19:46:24 +01:00
Orhun Parmaksız
0e46500199
fix(cd): set the GitHub repository explicitly 2024-02-23 01:10:29 +03:00
Orhun Parmaksız
2a58b32a70
chore(release): prepare for v2.0.4 2024-02-22 23:21:15 +03:00
Orhun Parmaksız
4f741a7c9e
chore(config): add animation to the header of the changelog 2024-02-22 23:00:30 +03: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
1aaa9b2150
fix(cd): do not execute commands for the release changelog 2024-02-22 22:35:33 +03: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
bbe8d461ff
chore(release): prepare for v2.0.3 2024-02-21 16:04:17 +03:00