1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-09-11 06:55:38 +03:00

Commit Graph

  • 9479ef1aaf
    tests(fixtures): uncomment commit Bukowa 2024-06-17 17:30:53 +0200
  • ea9841eb0c feat(changelog): make changelog.header a template (#697) Christopher Cyclonit Klinge 2024-06-16 07:49:53 +0200
  • 1d7eea0b47
    Merge 302f28aee4 into 50c240c25b DaniPopes 2024-06-16 09:37:27 -0700
  • 50c240c25b
    feat(changelog): support parsing commits by footer (#569) Jan Ferdinand Sauer 2024-06-16 18:32:39 +0200
  • ae51fc0f04
    chore: fix typo Orhun Parmaksız 2024-06-16 19:23:02 +0300
  • 302f28aee4
    fix: use get DaniPopes 2024-06-16 14:35:07 +0200
  • c472d04482
    fix: always set the previous release DaniPopes 2024-06-16 14:10:37 +0200
  • 362b123707
    fix: bring back commit to tag map DaniPopes 2024-06-16 13:51:15 +0200
  • 91c1348bec
    fix: filter out tags that are not in HEAD DaniPopes 2024-06-16 12:21:55 +0200
  • db4807db37
    fix: assign commits to closest tag DaniPopes 2024-06-16 00:56:34 +0200
  • df0279f4ee
    feat: Enable footer-based commit parsing Jan Ferdinand Sauer 2024-03-22 13:10:30 +0100
  • 775336d479
    docs(website): add information about ignore_tags matching commits Bukowa 2024-06-15 23:05:48 +0200
  • d98195bc4d
    refactor: clean up some code DaniPopes 2024-06-15 22:27:21 +0200
  • dabe716c20
    fix(fixture): support running fixtures on mingw64 (#708) Buk Bukowski 2024-06-15 20:47:41 +0200
  • c23201eac0
    fix: fixture test can run on mingw64 Bukowa 2024-06-15 20:38:59 +0200
  • bea49161e9
    refactor(bump): add documentation and simplify implementation Orhun Parmaksız 2024-06-15 21:20:22 +0300
  • 734150020e
    feat(bump): support setting the initial_tag (#701) Buk Bukowski 2024-06-15 20:22:23 +0200
  • fdb98512bb
    refactor: clean up implementation initial_version Orhun Parmaksız 2024-06-15 21:20:22 +0300
  • 6b1560f1f1
    style(lint): rustfmt Bukowa 2024-06-15 19:49:51 +0200
  • 0c60284542
    Revert "chore(lint): fix formatting" Bukowa 2024-06-15 19:47:38 +0200
  • bf4012fb3a
    chore: change doc in args.rs and doc Bukowa 2024-06-15 19:43:47 +0200
  • b8e3492a71
    revert changes to .gitignore Bukowa 2024-06-15 19:43:16 +0200
  • 403d3dcd32
    feat(codeberg): add Gitea support (#680) ThetaDev 2024-06-15 19:42:15 +0200
  • 362e91f54b
    revert changes to test-fixtures-locally.sh Bukowa 2024-06-15 19:41:22 +0200
  • e0bb0cc333
    refactor: cleanup implementation Orhun Parmaksız 2024-06-15 20:28:52 +0300
  • 469baa69b5
    Revert "chore(lint): fix formatting" Bukowa 2024-06-15 19:21:28 +0200
  • 7c95b7490a
    chore: remove vscode settings Orhun Parmaksız 2024-06-15 20:20:13 +0300
  • b7fb183b98
    Merge branch 'main' into feat/gitea Orhun Parmaksız 2024-06-15 20:18:20 +0300
  • 5b58a3771d
    style(lint): fix formatting Orhun Parmaksız 2024-06-15 18:16:24 +0300
  • d14774ae4a
    feat(changelog): make remote data available in context (#703) Orhun Parmaksız 2024-06-15 18:05:17 +0300
  • 5368988e19
    feat(changelog): make remote data available in context Orhun Parmaksız 2024-06-15 17:12:14 +0300
  • e63f2f5d31
    feat(cli,args): remove bump-initial-flag and use tag Bukowa 2024-06-15 16:01:14 +0200
  • 66085429c5
    Revert "chore(docs): add cli flag to args.md" Bukowa 2024-06-15 15:56:12 +0200
  • b7e323f8ec
    style(lint): fix formatting (#702) Buk Bukowski 2024-06-15 15:40:24 +0200
  • c829865feb
    chore(lint): fix formatting Bukowa 2024-06-15 15:15:51 +0200
  • 02717efa19
    chore(lint): fix formatting Bukowa 2024-06-15 15:15:51 +0200
  • 6f915ffe67
    chore(lint): fix formatting Bukowa 2024-06-15 15:15:51 +0200
  • 1e30cdb2a7
    chore(lint): rustfmt Bukowa 2024-06-15 15:09:27 +0200
  • 1499e40df2
    chore(docs): add cli flag to args.md Bukowa 2024-06-15 15:03:41 +0200
  • 7ff54645fd
    chore(ci,tests): fix chmod for commit files Bukowa 2024-06-15 14:40:09 +0200
  • 9bbe7a7bd0
    chore(ci,tests): check if cli arg overwrites config file Bukowa 2024-06-15 14:18:09 +0200
  • ec6e03bc97
    chore(ci,tests): add tests to text-fixtures.yml Bukowa 2024-06-15 14:14:50 +0200
  • 928d042fd4
    chore(tests): add test-bump-initial-tag Bukowa 2024-06-15 14:14:33 +0200
  • 4ec51c2e4e
    chore(tests): add test-bump-initial-tag-cli-arg Bukowa 2024-06-15 14:14:25 +0200
  • a3ab797021
    chore(tests): add test-bump-initial-tag-default Bukowa 2024-06-15 14:14:17 +0200
  • 5a419ff689
    feat: add initial_tag to bump - allows changing from default 0.1.0 when using bump and no tags are found Bukowa 2024-06-15 04:15:14 +0200
  • 88b8cc5d1d
    chore: git update-index --chmod=+x .github/fixtures/test-cli-arg-ignore-tags/commit.sh v2.4.0-beta.1 Bukowa 2024-06-14 01:07:36 +0200
  • e5f35de0a3
    Revert chore(lint): cargo fmt in changelog.rs Bukowa 2024-06-14 01:01:13 +0200
  • 032a77c5df
    Revert "chore(lint): clippy" Bukowa 2024-06-14 00:59:59 +0200
  • f307647f87
    chore(lint): clippy Bukowa 2024-06-14 00:50:53 +0200
  • b14af8f4ca
    chore(lint): cargo fmt Bukowa 2024-06-14 00:47:32 +0200
  • 5475793c37
    feat(cli,args): allow overwriting ignore_tags argument Bukowa 2024-06-14 00:25:45 +0200
  • eac2195963
    docs(website): fix link to github-keepachangelog template (#694) Thomas Carmet 2024-06-13 00:25:13 -0700
  • 4cd18c2bcd
    docs(website): add information about --bump with tag prefixes (#695) Buk Bukowski 2024-06-13 09:24:25 +0200
  • 569509e6b6
    style: update formatting doc.bump1 Orhun Parmaksız 2024-06-13 10:23:49 +0300
  • 6b4fdb39a6
    docs(website): add information about --bump with tag prefixes Bukowa 2024-06-13 02:24:35 +0200
  • 4de7fbce4c
    docs(website): fix link to github-keepachangelog template Thomas Carmet 2024-06-12 15:55:48 -0700
  • 8a9f9f48da
    fix(website): update dependencies to fix search issue Orhun Parmaksız 2024-06-13 01:00:58 +0300
  • 82222198af
    chore(deps): bump clap from 4.5.6 to 4.5.7 (#690) dependabot[bot] 2024-06-11 23:53:54 +0300
  • 9ea44f96b3
    chore(deps): bump regex from 1.10.4 to 1.10.5 (#689) dependabot[bot] 2024-06-11 23:53:22 +0300
  • 25b8008acf
    chore(deps): bump url from 2.5.0 to 2.5.1 (#691) dependabot[bot] 2024-06-11 23:53:01 +0300
  • ff6d47d442
    chore(deps): bump url from 2.5.0 to 2.5.1 dependabot[bot] 2024-06-10 22:17:59 +0000
  • a96da40656
    chore(deps): bump clap from 4.5.6 to 4.5.7 dependabot[bot] 2024-06-10 22:17:40 +0000
  • d1516b334c
    chore(deps): bump regex from 1.10.4 to 1.10.5 dependabot[bot] 2024-06-10 22:17:15 +0000
  • 0340fafc59
    Merge c907098d32 into 832edbc2ae ThetaDev 2024-06-10 17:11:31 +0200
  • c907098d32
    fix: missing client init, gitlab URLs ThetaDev 2024-06-10 17:10:09 +0200
  • 3ddd086ac2
    fix: format ThetaDev 2024-06-10 17:00:41 +0200
  • d9745f6888
    fix: ci ThetaDev 2024-06-10 16:58:58 +0200
  • f5e889f164
    fix: use URL type for building API URLs ThetaDev 2024-06-10 16:38:36 +0200
  • 17cbf6d510
    fix clippy lint ThetaDev 2024-06-10 16:11:27 +0200
  • 2fb8ed0c6f
    fix: add back API URLs from environment variables ThetaDev 2024-06-10 16:02:38 +0200
  • 5516aea439
    refactor: remotes ThetaDev 2024-06-09 16:27:34 +0200
  • 967e33b1bd
    fix: tests ThetaDev 2024-06-07 12:33:37 +0200
  • dd1fcff1bd
    fix: remove dbg trait ThetaDev 2024-06-06 23:46:15 +0200
  • 5312f2fd03
    fix: cargo fmt ThetaDev 2024-06-06 23:39:25 +0200
  • 383775539e
    docs: update docs ThetaDev 2024-06-06 23:35:24 +0200
  • c7fd140382
    fix: several fixes to get gitea working, add test fixture ThetaDev 2024-06-06 23:22:17 +0200
  • a43e0a159d
    feat: add gitea integration ThetaDev 2024-06-06 22:05:14 +0200
  • cc2b748060
    fixup tison 2024-06-09 10:18:57 +0800
  • f219ebd68a
    add fixures tags tison 2024-06-09 10:03:23 +0800
  • 1853a5ce5c
    Merge branch 'main' into support-count-tags tison 2024-06-09 09:59:02 +0800
  • 832edbc2ae
    chore(deps): bump clap_complete from 4.5.3 to 4.5.5 (#686) dependabot[bot] 2024-06-08 13:18:18 +0300
  • 1dd90b4222
    chore(deps): bump clap_complete from 4.5.3 to 4.5.5 dependabot[bot] 2024-06-07 22:21:15 +0000
  • 9e2e37fc5b
    chore(deps): bump clap from 4.5.4 to 4.5.6 (#682) dependabot[bot] 2024-06-07 16:16:23 +0300
  • cef0166cdb
    chore(deps): bump clap_mangen from 0.2.20 to 0.2.21 (#683) dependabot[bot] 2024-06-07 16:16:17 +0300
  • ff42e8d778
    chore(deps): bump clap_mangen from 0.2.20 to 0.2.21 dependabot[bot] 2024-06-07 13:12:50 +0000
  • b9be0224bb
    chore(deps): bump clap from 4.5.4 to 4.5.6 dependabot[bot] 2024-06-07 13:12:48 +0000
  • 801705ed78
    chore(deps): bump clap_complete from 4.5.2 to 4.5.3 (#681) dependabot[bot] 2024-06-07 16:11:40 +0300
  • 8f94004f94
    chore(deps): bump @easyops-cn/docusaurus-search-local from 0.43.0 to 0.44.0 in /website in the minor group (#684) dependabot[bot] 2024-06-07 16:11:15 +0300
  • b27bd10598
    fix: tests ThetaDev 2024-06-07 12:33:37 +0200
  • 6002de927d
    chore(deps): bump @easyops-cn/docusaurus-search-local dependabot[bot] 2024-06-06 22:35:01 +0000
  • ea1fb4a960
    chore(deps): bump clap_complete from 4.5.2 to 4.5.3 dependabot[bot] 2024-06-06 22:12:49 +0000
  • 5e9cf11c21
    fix: remove dbg trait ThetaDev 2024-06-06 23:46:15 +0200
  • 7331a67170
    fix: cargo fmt ThetaDev 2024-06-06 23:39:25 +0200
  • cc619f90ae
    docs: update docs ThetaDev 2024-06-06 23:35:24 +0200
  • a740905d69
    fix: several fixes to get gitea working, add test fixture ThetaDev 2024-06-06 23:22:17 +0200
  • c7d57e0d1f
    feat: add gitea integration ThetaDev 2024-06-06 22:05:14 +0200
  • 5c834469d1
    chore(deps): bump @easyops-cn/docusaurus-search-local from 0.42.0 to 0.43.0 in /website in the minor group (#679) dependabot[bot] 2024-06-06 11:18:28 +0300
  • e8fecf6b62
    chore(deps): bump @easyops-cn/docusaurus-search-local dependabot[bot] 2024-06-05 22:24:43 +0000
  • a51422dda9
    test(template): add tests (#674) Alexander 2024-06-05 23:56:15 +0300