feat: set-version.sh and publish-libs.sh to be per-crate only#325
Open
feat: set-version.sh and publish-libs.sh to be per-crate only#325
Conversation
842f64b to
14fb6a8
Compare
…y, allowing for individual modules to be release separately
14fb6a8 to
3a1517f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I want to be able to publish a single one of this repo's crates alone.
=> Each module should have a version number independent of the other workspace members.
=> Publishing and releasing should be per-crate.
Therefore these changes allow for individual modules to be published separately.
Ive removed the ability to publish multiple at the same time in order to reduce complexity of the scripts and make it clear that there probably isnt much of a use case for doing so anyway.