Changelog grouped by week/day rather than version? #737
Unanswered
alecthomas
asked this question in
Q&A
Replies: 1 comment
-
We would need to create a custom Tera filter for this and it is not super straightforward. Maybe leave a comment here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We release on every commit, which makes the default of grouping changes by tag quite noisy. Is there a way to group by day or week? I dug into the context a bit, but nothing really seemed obvious. I tried
group_by(attribute="timestamp")
without success.Something like the following:
Week of 2024-07-01 (v0.254.3 - v0.256.7)
Features
Bug Fixes
etc.
Beta Was this translation helpful? Give feedback.
All reactions