ci: Force the same version bumps for rs and js packages #2130
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 just fucked up the fs plugin and can't unpublish the js package because it has dependencies.
what i actually wanted to have was to remove the
-js
bumps and have the "rust" bumps work for both packages but i don't think that's possible with covector? idk covector is too hard for me so i went with this for now.To be clear, the idea is to have matching versions for the rust and javascript packages of a plugin but not across plugins.
Once CI is happy i'll remove the test files and add a changefile for all plugins, to then bump all plugins to the same minor in the covector PR to mark the start of the synced version.