Skip to content

Commit 2eeaabe

Browse files
committed
fix: update timestamp format in changelog generation for consistency
1 parent b9513a3 commit 2eeaabe

File tree

2 files changed

+48
-47
lines changed

2 files changed

+48
-47
lines changed

CHANGELOG.md

Lines changed: 45 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -4,63 +4,64 @@
44

55
### 🚀 Features
66

7-
- Add initial documentation and setup files for codebase interface _(2025-10-15)_
8-
- Enhance documentation across multiple files for clarity and usability _(2025-10-15)_
9-
- Enhance MkDocs setup and documentation, add .gitignore for project files _(2025-10-15)_
10-
- Expand documentation in index.md with principles and benefits for users and contributors _(2025-10-15)_
11-
- Add GitHub Actions workflow for deploying MkDocs to GitHub Pages _(2025-10-15)_
12-
- Add benefits documentation for users and contributors, and update navigation _(2025-10-15)_
13-
- Restructure documentation navigation and add tooling section _(2025-10-15)_
14-
- Enhance README with Codebase Interface Principles badges and description _(2025-10-15)_
15-
- Update tooling documentation and add new user and interface sections _(2025-10-15)_
16-
- Add audience documentation for Users, AI Agents, Build Agents, Contributors, and Operators _(2025-10-15)_
17-
- Add initial changelog documentation for primary and secondary audiences _(2025-10-15)_
18-
- Update documentation structure and add language interface section _(2025-10-15)_
19-
- Rename Home section to Welcome in documentation _(2025-10-15)_
20-
- Enhance documentation structure with principles, examples, and audience sections _(2025-10-15)_
21-
- Restructure documentation by moving Welcome content to README and removing index file _(2025-10-16)_
22-
- Restore pull request template with structured guidelines _(2025-10-16)_
23-
- Add CHANGELOG and enhance README with documentation navigation _(2025-10-16)_
24-
- Add commit message validation script for Conventional Commits _(2025-10-16)_
25-
- Enhance changelog generation and update Taskfile with new tasks _(2025-10-16)_
26-
- Enhance changelog generation and update Taskfile with new hooks and tasks _(2025-10-16)_
27-
- Enhance changelog generation and update Taskfile with new hooks _(2025-10-16)_
28-
- Update changelog generation and add pre-commit hook for automatic updates _(2025-10-16)_
29-
- Add interface for contributors to understand outstanding tasks via TODO.md _(2025-10-16)_
30-
- Enhance development setup with automatic Git hooks for changelog generation _(2025-10-16)_
31-
- Update pre-commit hook to regenerate full changelog for new commits _(2025-10-16)_
7+
- Update pre-commit hook to regenerate full changelog for new commits _(2025-10-16 12:07:12)_
8+
- Enhance development setup with automatic Git hooks for changelog generation _(2025-10-16 12:05:27)_
9+
- Add interface for contributors to understand outstanding tasks via TODO.md _(2025-10-16 12:00:24)_
10+
- Update changelog generation and add pre-commit hook for automatic updates _(2025-10-16 11:58:36)_
11+
- Enhance changelog generation and update Taskfile with new hooks _(2025-10-16 11:55:28)_
12+
- Enhance changelog generation and update Taskfile with new hooks and tasks _(2025-10-16 11:54:42)_
13+
- Enhance changelog generation and update Taskfile with new tasks _(2025-10-16 11:52:37)_
14+
- Add commit message validation script for Conventional Commits _(2025-10-16 11:47:30)_
15+
- Add CHANGELOG and enhance README with documentation navigation _(2025-10-16 11:41:40)_
16+
- Restore pull request template with structured guidelines _(2025-10-16 11:31:00)_
17+
- Restructure documentation by moving Welcome content to README and removing index file _(2025-10-16 11:23:20)_
18+
- Enhance documentation structure with principles, examples, and audience sections _(2025-10-15 20:43:31)_
19+
- Rename Home section to Welcome in documentation _(2025-10-15 20:35:34)_
20+
- Update documentation structure and add language interface section _(2025-10-15 20:34:04)_
21+
- Add initial changelog documentation for primary and secondary audiences _(2025-10-15 20:28:30)_
22+
- Add audience documentation for Users, AI Agents, Build Agents, Contributors, and Operators _(2025-10-15 20:27:54)_
23+
- Update tooling documentation and add new user and interface sections _(2025-10-15 20:22:03)_
24+
- Enhance README with Codebase Interface Principles badges and description _(2025-10-15 20:08:25)_
25+
- Restructure documentation navigation and add tooling section _(2025-10-15 20:05:23)_
26+
- Add benefits documentation for users and contributors, and update navigation _(2025-10-15 20:01:28)_
27+
- Add GitHub Actions workflow for deploying MkDocs to GitHub Pages _(2025-10-15 17:10:16)_
28+
- Expand documentation in index.md with principles and benefits for users and contributors _(2025-10-15 17:08:13)_
29+
- Enhance MkDocs setup and documentation, add .gitignore for project files _(2025-10-15 16:56:18)_
30+
- Enhance documentation across multiple files for clarity and usability _(2025-10-15 16:36:09)_
31+
- Add initial documentation and setup files for codebase interface _(2025-10-15 16:29:12)_
3232

3333
### 🐛 Bug Fixes
3434

35-
- Correct spelling error in principles section of index.md _(2025-10-15)_
36-
- Update upload-pages-artifact action to v3 in deploy-docs.yml _(2025-10-15)_
37-
- Clarify instructions for supporting codebase principles in documentation _(2025-10-15)_
38-
- Reorder links in README for better clarity and navigation _(2025-10-16)_
35+
- Reorder links in README for better clarity and navigation _(2025-10-16 11:44:58)_
36+
- Clarify instructions for supporting codebase principles in documentation _(2025-10-15 20:44:41)_
37+
- Update upload-pages-artifact action to v3 in deploy-docs.yml _(2025-10-15 17:17:21)_
38+
- Correct spelling error in principles section of index.md _(2025-10-15 17:08:29)_
3939

4040
### 💼 Other
4141

42-
- Initial commit _(2025-10-15)_
43-
- Add initial documentation files and pull request template _(2025-10-15)_
44-
- Added pre-commit hook _(2025-10-15)_
45-
- Update tooling.md _(2025-10-16)_
46-
- Merge branch 'main' of https://github.com/codebase-interface/codebaseinterface _(2025-10-16)_
42+
- Merge branch 'main' of https://github.com/codebase-interface/codebaseinterface _(2025-10-16 11:24:28)_
43+
- Update tooling.md _(2025-10-16 07:54:20)_
44+
- Added pre-commit hook _(2025-10-15 21:06:33)_
45+
- Add initial documentation files and pull request template _(2025-10-15 16:07:30)_
46+
- Initial commit _(2025-10-15 15:46:44)_
4747

4848
### 🚜 Refactor
4949

50-
- Streamline GitHub Actions workflow for MkDocs deployment _(2025-10-15)_
50+
- Remove outdated sections and streamline changelog for clarity _(2025-10-16 12:07:38)_
51+
- Streamline GitHub Actions workflow for MkDocs deployment _(2025-10-15 19:49:41)_
5152

5253
### 📚 Documentation
5354

54-
- Ensured link opens new tab _(2025-10-15)_
55-
- Updated links to open in new tab and corrected docs github url _(2025-10-15)_
56-
- Updated links open new tab _(2025-10-15)_
57-
- Correcting link syntax _(2025-10-15)_
58-
- Fixing link _(2025-10-15)_
55+
- Fixing link _(2025-10-15 21:15:14)_
56+
- Correcting link syntax _(2025-10-15 21:13:53)_
57+
- Updated links open new tab _(2025-10-15 21:12:46)_
58+
- Updated links to open in new tab and corrected docs github url _(2025-10-15 21:09:52)_
59+
- Ensured link opens new tab _(2025-10-15 21:05:35)_
5960

6061
### ⚙️ Miscellaneous Tasks
6162

62-
- Add initial .editorconfig, .gitattributes, and .gitmessage files for consistent coding styles and commit message guidelines _(2025-10-15)_
63-
- Add mention of technical agnostic helper files in AGENTS.md _(2025-10-15)_
64-
- Update AGENTS.md to include guidelines for conventional commits and pull request templates _(2025-10-15)_
65-
- Reorganize Codebase Interfaces section in AGENTS.md for improved clarity _(2025-10-15)_
63+
- Reorganize Codebase Interfaces section in AGENTS.md for improved clarity _(2025-10-15 16:37:36)_
64+
- Update AGENTS.md to include guidelines for conventional commits and pull request templates _(2025-10-15 16:30:17)_
65+
- Add mention of technical agnostic helper files in AGENTS.md _(2025-10-15 16:29:48)_
66+
- Add initial .editorconfig, .gitattributes, and .gitmessage files for consistent coding styles and commit message guidelines _(2025-10-15 16:09:02)_
6667
<!-- generated by git-cliff -->

cliff.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[changelog]
22
header = "# Changelog"
33
body = """{% if version %}
4-
## [{{ version }}] - {{ timestamp | date(format="%Y-%m-%d") }}
4+
## [{{ version }}] - {{ timestamp | date(format="%Y-%m-%d %H:%M:%S") }}
55
{% else %}
66
## [unreleased]
77
{% endif %}{% for group, commits in commits | group_by(attribute="group") %}
88
### {{ group | striptags | trim }}
99
{% for commit in commits %}
10-
- {{ commit.message | upper_first }} _({{ commit.author.timestamp | date(format="%Y-%m-%d") }})_{% endfor %}
10+
- {{ commit.message | upper_first }} _({{ commit.author.timestamp | date(format="%Y-%m-%d %H:%M:%S") }})_{% endfor %}
1111
{% endfor %}
1212
"""
1313

@@ -42,4 +42,4 @@ commit_parsers = [
4242

4343
filter_commits = false
4444
topo_order = false
45-
sort_commits = "oldest"
45+
sort_commits = "newest"

0 commit comments

Comments
 (0)