Commit Graph

6 Commits

Author SHA1 Message Date
Vijay Janapa Reddi
e5767f07d6 Moves changelog update script
Moves the changelog update script to the `scripts` directory for better organization and discoverability.
2025-06-04 19:31:42 -04:00
Vijay Janapa Reddi
dd144fb4b7 Generates changelog entries using git history and OpenAI
This commit introduces a script that automatically generates changelog entries by analyzing git commit history and summarizing changes using OpenAI.

The script fetches changes from the `dev` branch since the last gh-pages publish, summarizes the changes using OpenAI, and formats them into a changelog entry. It then prepends the new entry to the existing changelog file.

The script uses git commands to get the commit history and OpenAI to summarize the changes. It also includes logic to sort the changes by chapter order and to categorize them as major or minor updates.

This enables a more automated and insightful changelog generation process.
2025-06-04 19:27:49 -04:00
Vijay Janapa Reddi
8858b0003b Updated changelog script to get latest dev 2025-03-25 22:32:09 -04:00
Vijay Janapa Reddi
70fb1fea34 make it windows compatible 2025-03-09 20:08:35 -04:00
Vijay Janapa Reddi
9135e25ba1 dev -> origin/dev 2025-02-16 12:32:58 -05:00
Vijay Janapa Reddi
a72f109f8f Updating the workflows, likely gonna need debugging! 2025-02-08 11:09:01 -05:00