Skip to content

[BUG] rc version adjusting used wrong patch #5

@darinkelkhoff

Description

@darinkelkhoff

🐛 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

  • 0.35.1-RC.2

with

  • 0.35.0-RC.3

🔄 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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No fields configured for Bug.

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions