Closed swift-kim closed 2 years ago
There's still no response to my GitHub support ticket, and an action should be made as soon as possible (hopefully today). This change doesn't seem to be a too bad idea.
looks good to me
Looks good to me as well, maybe engine.version need to be changed in tools?
@HakkyuKim Yes, right. I'll do that in https://github.com/flutter-tizen/flutter-tizen/pull/366 when this PR gets merged.
As GitHub doesn't any more support a release tag name identical to the target commit hash (404 Not Found error), we need to use a different format for the tag name.
Old: Short commit hash (e.g.
abcdefg
) New: Engine version + short commit hash (e.g.3.0.0-abcdefg
)Any suggestion? @flutter-tizen/maintainers