Skip to content

Commit fe67118

Browse files
committed
test changelog hook
1 parent f27ad68 commit fe67118

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.githooks/fill-changelog-metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def main():
3939
return
4040

4141
modified = False
42-
today = datetime.now().strftime('%Y-%m-%d')
42+
today = datetime.now().strftime('%Y-%m-%d %H:%M')
4343
author = get_git_username()
4444

4545
for entry in changelog['changelog']:

perf-changelog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
changelog:
22
- config-key: dsr1-fp8-h200-trt
3-
description: Test change a
3+
description: Test change ab
44
date: '2025-12-02'
55
author: Cam Quilici

0 commit comments

Comments
 (0)