Che Theia release script should get upstream Theia version from yarn.lock or npmjs.org #16691
Labels
area/editor/theia
Issues related to the che-theia IDE of Che
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P2
Has a minor but important impact to the usage or development of the system.
Milestone
Is your enhancement related to a problem? Please describe.
Currently, Che Theia release script reads upstream Theia version from THEIA_VERSION file that has to be manually updated in master branch before doing a release.
We should avoid this manual update.
Describe the solution you'd like
It can be automated by reading it from yarn.lock file.
Describe alternatives you've considered
It can be automated by reading it from npmjs.org.
Additional context
The text was updated successfully, but these errors were encountered: