Commit 46b17de 1 parent bea3075 commit 46b17de Copy full SHA for 46b17de
File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,16 @@ All notable changes to this project will be documented in this file.\n
14
14
# template for the changelog body
15
15
# https://keats.github.io/tera/docs/#introduction
16
16
body = """
17
- {% if version %}\
18
- ## [{{ version }}] - {{ timestamp | date(format="%Y-%m-%d") }}
17
+ {% if version %}## [{{ version
18
+ | trim_start_matches(pat="synd-")
19
+ | trim_start_matches(pat="api-")
20
+ | trim_start_matches(pat="auth-")
21
+ | trim_start_matches(pat="feed-")
22
+ | trim_start_matches(pat="o11y-")
23
+ | trim_start_matches(pat="stdx-")
24
+ | trim_start_matches(pat="o11y-")
25
+ | trim_start_matches(pat="term-")
26
+ }}] - {{ timestamp | date(format="%Y-%m-%d") }}
19
27
{% else %}\
20
28
## [unreleased] __release_date__
21
29
{% endif %}\
You can’t perform that action at this time.
0 commit comments