Skip to content

Commit db2d053

Browse files
committed
should be in 15
1 parent bef4c4e commit db2d053

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/release-helpers.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,11 @@ jobs:
5858

5959
- name: specify helpers
6060
run: |
61-
git cliff --latest --include-path "helpers/*"
61+
git cliff -vv
62+
echo "now latest"
63+
git cliff -vv --latest --include-path "helpers/*"
6264
6365
- name: generate release notes without specifying helpers
6466
run: |
65-
git cliff --latest --tag | tee notes.md
67+
git cliff --latest | tee notes.md
6668
shell: bash

helpers/misc.go

-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ func TransformAndMergeMap[T any](m1, m2 map[string]T, transform func(string) str
6969
mt2 := TransformMapKeys(m2, transform)
7070
r = MergeMap(mt1, mt2)
7171

72-
7372
return r
7473
}
7574

0 commit comments

Comments
 (0)