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

1154 Commits

Author SHA1 Message Date
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
dependabot[bot]
65285ab08c
chore(deps): bump serde from 1.0.196 to 1.0.197 (#506)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.196 to 1.0.197.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.196...v1.0.197)

---
updated-dependencies:
- dependency-name: serde
  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-21 12:28:50 +01:00
dependabot[bot]
893298ca05
chore(deps): bump serde_json from 1.0.113 to 1.0.114 (#507)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.113 to 1.0.114.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.113...v1.0.114)

---
updated-dependencies:
- dependency-name: serde_json
  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-21 12:27:19 +01:00
dependabot[bot]
e5a5f21e64
chore(deps): bump semver from 1.0.21 to 1.0.22 (#505)
Bumps [semver](https://github.com/dtolnay/semver) from 1.0.21 to 1.0.22.
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](https://github.com/dtolnay/semver/compare/1.0.21...1.0.22)

---
updated-dependencies:
- dependency-name: semver
  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-21 12:26:16 +01:00
Orhun Parmaksız
bc882e3884
feat(docker): enable github feature for the docker image 2024-02-21 14:25:32 +03:00
Orhun Parmaksız
f255ad38b2
chore(website): bump the version of git-cliff-action 2024-02-19 19:11:15 +03:00
Orhun Parmaksız
1d32a14175
chore(website): add announcement bar for the new release 2024-02-19 18:42:24 +03:00
Orhun Parmaksız
a3167f7a4f
chore(release): prepare for v2.0.2 2024-02-19 15:40:34 +03:00
Orhun Parmaksız
54e21de5ee
docs(release): add note about GitHub variables 2024-02-19 15:40:00 +03:00
Orhun Parmaksız
6e7dbe35a9
chore(release): prepare for v2.0.1 2024-02-19 14:41:08 +03:00
Orhun Parmaksız
30d8e41b06
chore(cd): disable PyPI builds for linux-x86-glibc 2024-02-19 14:40:24 +03:00
Orhun Parmaksız
ae5f67f2be
chore(release): prepare for v2.0.0 2024-02-19 14:07:15 +03:00