abra recipe release: invalid tag specified #187

Closed
opened 2021-10-08 07:25:57 +00:00 by decentral1se · 2 comments
Owner

Describe the current behavior

abra recipe release has a hard time understanding our new versions.

Steps to reproduce

➜  gitea (master) ✔ abra recipe release -d gitea 
FATA[0000] '1.0.0+1.14.5-rootless' is not supported (([0-9]+)\.([0-9]+)) 
➜  gitea (master) ✔ abra recipe release -d gitea 1.1.0+1.15.0-rootless
FATA[0000] invalid tag specified                        
➜  gitea (master) ✔ abra recipe release -d gitea "1.1.0+1.15.0-rootless" 
FATA[0000] invalid tag specified  

Describe the expected behavior

The release command can handle new versions

Additional information

  • version: dev-98ffc21
## Describe the current behavior `abra recipe release` has a hard time understanding our new versions. ## Steps to reproduce ``` ➜ gitea (master) ✔ abra recipe release -d gitea FATA[0000] '1.0.0+1.14.5-rootless' is not supported (([0-9]+)\.([0-9]+)) ➜ gitea (master) ✔ abra recipe release -d gitea 1.1.0+1.15.0-rootless FATA[0000] invalid tag specified ➜ gitea (master) ✔ abra recipe release -d gitea "1.1.0+1.15.0-rootless" FATA[0000] invalid tag specified ``` ## Describe the expected behavior The release command can handle new versions ## Additional information <!-- run "abra version" on the command-line --> - version: `dev-98ffc21`
decentral1se added the
bug
abra
labels 2021-10-08 07:25:57 +00:00
decentral1se added this to the Beta release (software) project 2021-10-08 07:25:57 +00:00
Author
Owner

This may be fixed with coop-cloud/abra#109?

Or already in progress, just making this one to track 👍

(EDIT: still there on latest)

This may be fixed with https://git.coopcloud.tech/coop-cloud/abra/pulls/109? Or already in progress, just making this one to track 👍 (EDIT: still there on latest)
Author
Owner

It works. I don't.

It works. I don't.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coop-cloud/organising#187
No description provided.