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

663 Commits

Author SHA1 Message Date
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
fe5a4dd8f0
chore(github): integrate Dependabot 2023-04-28 14:49:00 +03:00
Orhun Parmaksız
1ab6f39c84
chore(github): integrate bors 2023-04-28 14:47:37 +03:00
Orhun Parmaksız
d3cb25bc99
chore(github): add contact links for issues 2023-04-28 14:35:52 +03:00
Orhun Parmaksız
95e8408ae6
chore(docker): update versions in Dockerfile 2023-04-28 14:29: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
c1fa97071f
chore(deps): upgrade transitive dependencies 2023-04-28 14:19:13 +03:00
Orhun Parmaksız
269a1afd91
chore(deps): update clap dependencies 2023-04-28 14:18:22 +03:00
Orhun Parmaksız
5b06d3cdb2
chore(deps): upgrade workspace dependencies 2023-04-28 13:48:07 +03:00
Orhun Parmaksız
0e8ddb69e4
chore(deps): upgrade core dependencies 2023-04-28 13:42:50 +03:00
Orhun Parmaksız
74cf47e380
docs(blog): update the blog post style 2023-04-28 13:31:53 +03:00
Orhun Parmaksız
c4024523fa
docs(config): update the sections 2023-04-28 13:31:05 +03:00
Orhun Parmaksız
53c0c1d075
style(docs): fix the grammar for tj-actions 2023-04-28 13:30:35 +03:00
Orhun Parmaksız
3ee6724837
style(docs): update the formatting for python integration example 2023-04-28 13:27:16 +03:00
Orhun Parmaksız
8038659703
chore(examples): remove EXAMPLES.md
Moved to https://git-cliff.org/docs/templating/examples
2023-04-27 00:42:39 +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
7e3adb0442
docs(config): add comments to the default configuration file 2023-04-27 00:16:24 +03:00
Orhun Parmaksız
54f735ab1a
docs(github): update the pull request template about GitHub labels 2023-04-27 00:06:24 +03:00
Orhun Parmaksız
e35d83d2cf
chore(editorconfig): fix editorconfig syntax 2023-04-26 16:47:48 +03:00
Orhun Parmaksız
8a4f928f9e
chore(editorconfig): update editorconfig for better code readability 2023-04-26 16:36:20 +03:00
Orhun Parmaksız
24ba43330a
style(website): update the style for environment variable section 2023-04-22 21:19:43 +03:00
Mack Solomon
bb9a889f1b
fix(config)!: nested environment config overrides (#157)
* chore: update env variable override format

* tests: add a copule env override assertions

* docs: add a doc for env overrides

* docs: wording

* docs: wording

* fix: prefix

* docs: format first
2023-04-22 20:16:08 +02: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
a5a78fc4c5
docs(contributing): mention the nightly requirement for rustfmt 2023-04-12 16:40:05 +03:00
Orhun Parmaksız
72af8ac129
refactor(website): update header location 2023-04-10 21:25:05 +03:00
Orhun Parmaksız
c41bbe05a2
style(readme): update the style for project name 2023-04-10 05:34:17 +03:00
Orhun Parmaksız
ee5ea855b8
docs(website): add Twitter link to banner 2023-04-09 20:06:54 +03:00
Orhun Parmaksız
56240fd11f
docs(readme): update README.md about documentation website 2023-04-09 19:01:29 +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
77dda53843
fix(website): fix broken links 2023-04-09 18:39:39 +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
Tonye Jack
2520dd2fda
docs(readme): add tj-actions/git-cliff to the list of actions (#152) 2023-04-09 03:42:51 +02:00
Orhun Parmaksız
9fa5dd44c1
docs(readme): add discord badge
https://discord.gg/W3mAwMDWH4
2023-04-07 22:33:57 +03:00
Orhun Parmaksız
d54f72aff4
chore(ci): switch to dtolnay/rust-toolchain action 2023-04-07 21:34:14 +03:00
Marco Ieni
f781e299ca
docs(readme): add release-plz to related projects (#151)
https://github.com/MarcoIeni/release-plz
2023-04-07 03:33:34 +02: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
c261fad137
docs(github): update pull request template 2023-04-04 23:03:29 +03:00
Orhun Parmaksız
6a076cabeb
docs(github): update issue templates 2023-04-04 23:01:51 +03:00
Orhun Parmaksız
a4290c7be8
style(readme): apply formatting 2023-04-04 22:56:49 +03:00
Orhun Parmaksız
db43437151
docs(examples): move examples to separate file 2023-04-04 22:54:12 +03:00
Orhun Parmaksız
6e35834236
docs(github): update funding options 2023-04-04 22:47:36 +03:00
Orhun Parmaksız
07e7938b6e
chore(ci): update runner images 2023-04-04 22:42:06 +03:00
Orhun Parmaksız
823d272a9e
docs(github): add security policy 2023-04-04 22:38:28 +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
a824f48f12
docs(contributing): update MSRV 2023-04-04 17:28:46 +03:00