-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: release automation #198
base: main
Are you sure you want to change the base?
Conversation
@fzipi This is a draft for release automation. Currently implemnted:
The remote operations are not covered by unit tests but I've tested them a bit manually. I'm sure that stuff will fail but my idea was to use this version to create the release PR for the upcoming release and fix issues as we see them. |
550555e
to
220a758
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see a mix of exec.Command git and also git v5 library usage. Can we consolidate in one of the methods?
That's on purpose. The CLI takes care of all the complicated stuff like commit signing etc., while accessing information is simpler through |
9b4d78f
to
c3d3a93
Compare
c3d3a93
to
9b11c56
Compare
Fixes #140