🐛 Bug Description
It seems that the automatic version management for RC versions didn't properly preserve the a non-0 patch value.
See pipeline: https://app.circleci.com/pipelines/github/QRun-IO/qqq-frontend-material-dashboard/1425/workflows/ffcce916-3b45-4565-92a0-6010f8da6d42/jobs/1627
which was on branch release/0.35.1
the script replaced
with
🔄 Steps to Reproduce
the build referenced above does it
✅ Expected Behavior
Expected 0.35.1-RC.3
❌ Actual Behavior
Got 0.35.0-RC.3 (.0 instead of .1)
📸 Screenshots
N/A
🖥️ Environment
- QQQ Orb Version: kingsrook/qqq-orb@0.6
🐛 Bug Description
It seems that the automatic version management for RC versions didn't properly preserve the a non-0 patch value.
See pipeline: https://app.circleci.com/pipelines/github/QRun-IO/qqq-frontend-material-dashboard/1425/workflows/ffcce916-3b45-4565-92a0-6010f8da6d42/jobs/1627
which was on branch release/0.35.1
the script replaced
with
🔄 Steps to Reproduce
the build referenced above does it
✅ Expected Behavior
Expected 0.35.1-RC.3
❌ Actual Behavior
Got 0.35.0-RC.3 (.0 instead of .1)
📸 Screenshots
N/A
🖥️ Environment