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
[bump] client: 1.2.5 => 1.2.6 (patch) #11774
Conversation
Post-release patch bump of client.
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.
Curiosity: we just update lerna.json, run some command, and it takes care of the updates, right?
|
@alexvy86 It's a little more complicated because of our various version schemes and because we release individual packages too. But we do use lerna version for a lot of the heavy lifting for release groups. The core code is here in my pending PR (#11706): FluidFramework/build-tools/packages/build-cli/src/commands/release.ts Lines 416 to 443 in 9f0e008
|
Post-release patch bump of client.