Skip to content

Instantly share code, notes, and snippets.

View kolaente's full-sized avatar
:shipit:
The problem with git jokes is everyone has their own version

kolaente

:shipit:
The problem with git jokes is everyone has their own version
View GitHub Profile
@jeremybenaim
jeremybenaim / changelog_generator.yml
Last active May 19, 2025 00:56
Automate your changelog thanks to ChatGPT
# .github/workflows/changelog_generator.yml
name: Generate Changelog and Post to Slack
on:
schedule:
# This will run every Friday at 3 PM UTC
- cron: "0 15 * * 5"
jobs: