RC 0.36.0 Release & Version Bump to 0.40.0-SNAPSHOT #355
KofTwentyTwo
announced in
Daily Build Log
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Today we released RC 0.36.0 for the QQQ framework and bumped all repos to 0.40.0-SNAPSHOT for the next development cycle.
RC Release Artifacts
New SNAPSHOT Versions
All repos bumped to 0.40.0-SNAPSHOT on develop:
Core Repos
QBits Updated to 0.40.0-SNAPSHOT
qqq-orb Updates
New version: kingsrook/qqq-orb@0.5.3
All projects should update their
.circleci/config.ymlto use the latest orb:Fixes in v0.5.3
Release Process Reminder
Creating an RC Release
Create release branch from develop:
git checkout develop && git pull git checkout -b release/X.Y.Z git push -u origin release/X.Y.ZCI automatically handles versioning - The orb converts
X.Y.Z-SNAPSHOTtoX.Y.Z-RC.1(increments on subsequent pushes)Order matters - Release upstream repos first:
Bumping to Next SNAPSHOT
After creating RC branches, bump develop to next version:
Maven repos - Edit
pom.xml:npm repos - Edit
package.json:Downstream repos - Update dependency versions to match new SNAPSHOTs
QBits - Update
qqq-bom-pomorqqq.versionto new SNAPSHOTFinal Release (from RC)
When RC is validated:
release/X.Y.Z→mainvX.Y.Zmain→developto syncBeta Was this translation helpful? Give feedback.
All reactions