We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f27ad68 commit fe67118Copy full SHA for fe67118
2 files changed
.githooks/fill-changelog-metadata.py
@@ -39,7 +39,7 @@ def main():
39
return
40
41
modified = False
42
- today = datetime.now().strftime('%Y-%m-%d')
+ today = datetime.now().strftime('%Y-%m-%d %H:%M')
43
author = get_git_username()
44
45
for entry in changelog['changelog']:
perf-changelog.yaml
@@ -1,5 +1,5 @@
1
changelog:
2
- config-key: dsr1-fp8-h200-trt
3
- description: Test change a
+ description: Test change ab
4
date: '2025-12-02'
5
author: Cam Quilici
0 commit comments