this post was submitted on 26 May 2025
6 points (57.9% liked)
Programming
20375 readers
124 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities [email protected]
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The only part of this process I'd consider automating with a LLM is summarizing the changes, and even then I'd only be interested looking at a suggested changelog, not something fully automated.
It's amazing to me how far people will go to avoid writing a simple script. Thankfully determinism isn't a requirement for a release pipeline. You wouldn't want all of your releases to go smoothly. That would be no fun.
I agree. The right way to integrate AI into this process is to pre-fill the "release notes" box with an AI suggestion, that you then edit.