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.
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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
If you just run
git tag, everything will work until a user tries to upgrade to that tag, then abra will throw this error:I still get issues with
abra recipe releasenot respecting my git/ssh config for reasons I can't seem to debug, so I sometimes have to do manual releases.Thanks! Good catch!
Yeh iirc this is a limitation in our underlying Git lib... we had to write this one time: