File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222{{ template " entry" $change }}
2323{{- end }}
2424{{- end }}
25-
2625{{- if .Deprecations }}
2726
2827### Deprecations
3332{{ template " entry" $change }}
3433{{- end }}
3534{{- end }}
36-
3735{{- if .NewComponents }}
3836
3937### New Components
4442{{ template " entry" $change }}
4543{{- end }}
4644{{- end }}
47-
4845{{- if .Enhancements }}
4946
5047### Enhancements
6663{{ template " entry" $change }}
6764{{- end }}
6865{{- end }}
69-
70- <!-- previous-version -->
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ chlog-preview:
5959
6060chlog-update :
6161 @test -n " $( VERSION) " || (echo " VERSION is required. Usage: make chlog-update VERSION=v0.1.0" && exit 1)
62- cd " $( SRC_ROOT) " && " $( CHLOGGEN) " --config " $( CHLOGGEN_CONFIG) " update -version " $( VERSION) "
62+ cd " $( SRC_ROOT) " && " $( CHLOGGEN) " --config " $( CHLOGGEN_CONFIG) " update -- version " $( VERSION) "
6363
6464clean :
6565 rm -rf " $( BUILD_DIR) " " $( SRC_ROOT) /.bin"
You can’t perform that action at this time.
0 commit comments