recipe release should only take recipe part of version label as input #789

Open
opened 2026-02-21 18:34:46 +00:00 by iexos · 0 comments
Member

From

abra recipe release 1.0.0+3.13.2

to

abra recipe release 1.0.0
# abra determines 1.0.0+3.13.2

Reasoning:

  • this matches selecting major/minor/patch
  • specifying the latter part (potentially wrong) could only ever introduce confusion, it should always be possible for abra to determine app version
  • because of that, there is no benefit

It could be introduced in a backwards compatible way by just throwing away the latter part

From ``` abra recipe release 1.0.0+3.13.2 ``` to ``` abra recipe release 1.0.0 # abra determines 1.0.0+3.13.2 ``` Reasoning: - this matches selecting major/minor/patch - specifying the latter part (potentially wrong) could only ever introduce confusion, it should always be possible for `abra` to determine app version - because of that, there is no benefit It could be introduced in a backwards compatible way by just throwing away the latter part
iexos added the
enhancement
label 2026-02-21 18:34:46 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: toolshed/abra#789
No description provided.