Document requirement for annotated tags #287

Merged
decentral1se merged 1 commits from annotated-tags into main 2025-10-02 06:13:38 +00:00
Member

If you just run git tag, everything will work until a user tries to upgrade to that tag, then abra will throw this error:

FATA recipe 'mealie' failed lint checks:
 * only annotated tags used for recipe version (R014)

I still get issues with abra recipe release not respecting my git/ssh config for reasons I can't seem to debug, so I sometimes have to do manual releases.

If you just run `git tag`, everything will work until a user tries to upgrade to that tag, then abra will throw this error: ``` FATA recipe 'mealie' failed lint checks: * only annotated tags used for recipe version (R014) ``` I still get issues with `abra recipe release` not respecting my git/ssh config for reasons I can't seem to debug, so I sometimes have to do manual releases.
cyrnel added 1 commit 2025-10-02 02:03:15 +00:00
Document requirement for annotated tags
All checks were successful
continuous-integration/drone/push Build is passing
dc86567e29
decentral1se approved these changes 2025-10-02 06:13:09 +00:00
decentral1se left a comment
Owner

Thanks! Good catch!

Yeh iirc this is a limitation in our underlying Git lib... we had to write this one time:

https://docs.coopcloud.tech/maintainers/handbook/#r014-invalid-lightweight-tag

Thanks! Good catch! Yeh iirc this is a limitation in our underlying Git lib... we had to write this one time: > https://docs.coopcloud.tech/maintainers/handbook/#r014-invalid-lightweight-tag
decentral1se merged commit dc86567e29 into main 2025-10-02 06:13:38 +00:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: toolshed/docs.coopcloud.tech#287
No description provided.