Skip to content

Commit 377a127

Browse files
committed
Templating fixes
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
1 parent f0e0715 commit 377a127

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

.chloggen/summary.tmpl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
{{ template "entry" $change }}
2323
{{- end }}
2424
{{- end }}
25-
2625
{{- if .Deprecations }}
2726

2827
### Deprecations
@@ -33,7 +32,6 @@
3332
{{ template "entry" $change }}
3433
{{- end }}
3534
{{- end }}
36-
3735
{{- if .NewComponents }}
3836

3937
### New Components
@@ -44,7 +42,6 @@
4442
{{ template "entry" $change }}
4543
{{- end }}
4644
{{- end }}
47-
4845
{{- if .Enhancements }}
4946

5047
### Enhancements
@@ -66,5 +63,3 @@
6663
{{ template "entry" $change }}
6764
{{- end }}
6865
{{- end }}
69-
70-
<!-- previous-version -->

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ chlog-preview:
5959

6060
chlog-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

6464
clean:
6565
rm -rf "$(BUILD_DIR)" "$(SRC_ROOT)/.bin"

0 commit comments

Comments
 (0)