Skip to content

Conversation

@devongovett
Copy link
Member

This updates the script to bump versions of packages to have a UI for selecting how to bump the version for each package (e.g. alpha, patch, minor, major, etc.). It starts a simple web server and triggers your browser to open to a page listing all of the changed packages.

Screen Shot 2020-08-14 at 1 07 28 PM

It then propagates these version selections as necessary to dependent packages. Specifically, if the version is a prerelease, then it propagates the version bump upwards to anything that has a dependency on the package being published. This is so that the dependent packages get the updated pinned version. Additionally, we also propagate the version bump downward to all packages that the package depends on, to ensure that all dependencies are published and up to date.

For now, the rest of the script works as it did, with a prompt for the new versions in the terminal. Eventually I'd like to make that part of the web UI as well.

@adobe-bot
Copy link

Build successful! 🎉

@dannify dannify merged commit 93cda32 into main Aug 17, 2020
@dannify dannify deleted the version-bumping branch August 17, 2020 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants