You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to pass a version number to repo.sh package --thin command and update the version string on the .kit files included in the package?
I believe there is repo.sh bump command, but I am not sure if it has an option to pass a version string directly, i.e. a non-interactive mode.
Additional Context
My use case: I'd like to pass the git tag as the kit application version string during the application build on the CI/CD system. Therefore, I don't have to maintain a version number within the .kit files.
The text was updated successfully, but these errors were encountered:
onurbingol
changed the title
[QUESTION]: External version management during repo.sh package
[QUESTION]: Is external version management possible via repo tools?
Dec 11, 2024
Question
Is there a way to pass a version number to
repo.sh package --thin
command and update the version string on the.kit
files included in the package?I believe there is
repo.sh bump
command, but I am not sure if it has an option to pass a version string directly, i.e. a non-interactive mode.Additional Context
My use case: I'd like to pass the git tag as the kit application version string during the application build on the CI/CD system. Therefore, I don't have to maintain a version number within the
.kit
files.The text was updated successfully, but these errors were encountered: