Automating git submodules inclusion in source tarball releases #1979
ehaupt
started this conversation in
Suggestions
Replies: 1 comment 1 reply
-
If there is a way to bundle submodules with a release's source, please let me know. It will be very useful. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’m the FreeBSD maintainer for the furnace port and I've been running into some repetitive tasks that could be automated to help not just me, but all maintainers.
Every time there's an update, I have to define and track each submodule's git hash used in the release manually. It’s a straightforward process but pretty time-consuming and repetitive as you can imagine.
What if we could set up a GitHub pipeline that automatically bundles all the submodules into the source tarballs for each release? This would save us the hassle of tracking submodule versions manually and ensure everything is bundled correctly and consistently.
I think this could really streamline how updates are managed and reduce the chance for errors. If you think it’s a good idea, I’d be eager to help make it happen.
Beta Was this translation helpful? Give feedback.
All reactions