Block a user
Improving the recipe release process
But, I've seen multiple situations where people release an upgrade but don't push the tag, which is very nonideal. Happy to defer to whoever has a clear vision here.
This is actually the…
Improving the recipe release process
For me it makes total sense to seperate recipe release
and recipe publish
. Though on the naming I am not sure, I associate "making a release" with publishing as well.
Is there any reason…
Updater is not detecting minor upgrade, when available (example: from version
1.0.0+0.0.5
to 1.0.0+0.0.11
)
The recipe version should always be bumped as well (with abra recipe sync
), so the correct upgrade version should have been e.g. 1.0.1+0.0.11
.
To handle this problem, I think it would be…