Skip to content

Commit 84d4376

Browse files
committed
[INTERNAL] .chglog/CHANGELOG.tpl.md: Add v3 releases
Fix CHANGELOG.md generation for v3 releases in main branch.
1 parent bb32139 commit 84d4376

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.chglog/CHANGELOG.tpl.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ A list of unreleased changes can be found [here]({{ .Info.RepositoryURL }}/compa
3333
{{ end -}}
3434
{{ end -}}
3535

36-
36+
<a name="v3.0.0"></a>
37+
## [v3.0.0] - 2023-02-09
3738
### Breaking Changes
3839

3940
- Replace npmlog with @ui5/logger/Logger (#363) [`66a159a`](https://github.com/SAP/ui5-logger/commit/66a159acd9b67a27dd66d1e8056c362585f51bcf)
@@ -123,14 +124,6 @@ Only Node.js v10 or higher is supported.
123124

124125
<a name="v0.0.1"></a>
125126
## v0.0.1 - 2018-06-06
126-
127-
{{- if .Versions }}
128-
{{ range .Versions -}}
129-
{{ if and .Tag.Previous (ne .Tag.Name "v3.0.0") -}}
130-
[{{ .Tag.Name }}]: {{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}
131-
{{ end -}}
132-
{{ end -}}
133-
{{ end -}}
134127
[v3.0.0]: https://github.com/SAP/ui5-logger/compare/v2.0.1...v3.0.0
135128
[v2.0.1]: https://github.com/SAP/ui5-logger/compare/v2.0.0...v2.0.1
136129
[v2.0.0]: https://github.com/SAP/ui5-logger/compare/v1.0.2...v2.0.0

0 commit comments

Comments
 (0)