Simplifying Updates After Renovate/Dependabot #601
sheldonhull
started this conversation in
Show and tell
Replies: 1 comment
-
This looks interesting, I will try and find a place to put this sort of stuff on the website when I moved to mkdocs finally ( need to rework some of my codegen for it ). I played around with getting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Decided to share after reading some of the posts from pulumi team. I've been trying to wrap changie workflow commands so mostly folks just need to run changie new.
I tried to eliminate the need to run changie cli so I could rebuild and release after running renovate updates. Would have preferred to write some dagger mage code but needed a quick way to help team release dependency updates or new go versions.
changie-trigger-release.yml
Maybe will be a little inspiring.
Workflow can be challenging with changie as it's non-opinionated on this but also probably why it's gaining more popularity. 😉
Long term I might feed the git diff into charms mods cli and generate a change entry based on OpenAI analysis of the git diff but worst case I'll probably just filter from last tag all the chore(deps) and for each add a changie entry.
Beta Was this translation helpful? Give feedback.
All reactions