-
Notifications
You must be signed in to change notification settings - Fork 10
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: versioning modules #240
Conversation
…tarted, continue later)
(yeah, i'm tired)
I am in love with nushell purely from seeing it in this PR alone |
The
|
…st the latest versions
Since Reviews from all appreciated, @gmpinder as the CLI implementer should take a closer look. After this is merged we can start implementing Edit: |
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'll do a deeper review when I'm at my computer
Co-authored-by: Gerald Pinder <[email protected]>
@fiftydinar final approves for this so we can merge? |
This PR adds a new GH workflow (
build-individual.yml
) and an accompanying script (build-individual.nu
) that builds modules into separate containers and tags them properly, including building all versions of versioned modules.A lot is yet unimplemented. Currently the builds are pretty fast even without utilizing GH jobs, since nothing is pushed to the web. I didn't have the energy to bother with figuring out the GHA matrix generation stuff as there were some errors I couldn't solve, so I just though, why not make it all one script lol...