diff --git a/.github/fixtures/test-commit-footers/cliff.toml b/.github/fixtures/test-commit-footers/cliff.toml index 1cd862a283..6bf298ad97 100644 --- a/.github/fixtures/test-commit-footers/cliff.toml +++ b/.github/fixtures/test-commit-footers/cliff.toml @@ -15,7 +15,7 @@ body = """ {% for group, commits in commits | group_by(attribute="group") %} ### {{ group | upper_first }} {% for commit in commits %} - - {{ commit.message | upper_first }} ([{{ commit.id | truncate(length=7, end="") }}]({{ commit.id }}))\ + - {{ commit.message | upper_first }}\ {% for footer in commit.footers -%} , {{ footer.token }}{{ footer.separator }}{{ footer.value }}\ {% endfor %}\ diff --git a/.github/fixtures/test-commit-footers/expected.md b/.github/fixtures/test-commit-footers/expected.md index 6a08cda770..9e6c74dc43 100644 --- a/.github/fixtures/test-commit-footers/expected.md +++ b/.github/fixtures/test-commit-footers/expected.md @@ -6,13 +6,13 @@ All notable changes to this project will be documented in this file. ### Fix -- Fix feature 1 ([540f28b](540f28b88861802ca6c196482c5c70933593561b)), footer1:xyz, footer2:abc +- Fix feature 1, footer1:xyz, footer2:abc ## [0.1.0] - 2021-01-23 ### Feat -- Add feature 1 ([376fd60](376fd6043cb27af83973f31dd6aab87486d8e554)), footer:test -- Add feature 2 ([fc086fa](fc086faec7a5bd4429f62f01c4a871631f63be68)), Signed-off-by:bot +- Add feature 1, footer:test +- Add feature 2, Signed-off-by:bot diff --git a/.github/fixtures/test-fixtures-locally.sh b/.github/fixtures/test-fixtures-locally.sh index 8bafbf9838..c6b4dcbfdb 100755 --- a/.github/fixtures/test-fixtures-locally.sh +++ b/.github/fixtures/test-fixtures-locally.sh @@ -19,4 +19,4 @@ git init # Show results echo -e "\n---Run git-cliff---" -cargo run --manifest-path "$SCRIPT_DIR/../../Cargo.toml" -- --config "$FIXTURES_DIR/cliff.toml" "$@" +cargo run --manifest-path "$SCRIPT_DIR/../../Cargo.toml" -- --config "$FIXTURES_DIR/cliff.toml" "${@:2}" diff --git a/.github/fixtures/test-limit-commits/expected.md b/.github/fixtures/test-limit-commits/expected.md index 55ee3273f5..f0e13df9db 100644 --- a/.github/fixtures/test-limit-commits/expected.md +++ b/.github/fixtures/test-limit-commits/expected.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [0.1.0] - 2022-04-05 +## [0.1.0] - 2022-04-06 ### Fix diff --git a/.github/fixtures/test-skip-breaking-changes/expected.md b/.github/fixtures/test-skip-breaking-changes/expected.md index a3a4dd25d5..74a4d73bb9 100644 --- a/.github/fixtures/test-skip-breaking-changes/expected.md +++ b/.github/fixtures/test-skip-breaking-changes/expected.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [0.1.0] - 2022-04-05 +## [0.1.0] - 2022-04-06 ### Bug Fixes diff --git a/.github/fixtures/test-split-commits/expected.md b/.github/fixtures/test-split-commits/expected.md index 505ac8624d..8ccc503b06 100644 --- a/.github/fixtures/test-split-commits/expected.md +++ b/.github/fixtures/test-split-commits/expected.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [0.1.0] - 2022-04-05 +## [0.1.0] - 2022-04-06 ### Chore