Open seyaobey-dev opened 1 month ago
Any suggestion about above issue? thanks for the assistance.
You can try set in config json file
{
"packages": {
"apps/native": {
"release-type": "expo",
"initial-version": "1.0.91"
}
}
}
I am trying
release-please
for the first time in an existing react-native expo project (monorepo project withturborepo
). This current version of the project is1.0.90
. I am attempting to set this initial version in the manifest json file. But it is being ignore.First of all, this is the content of the
release-please-config
fileAnd this is the
.release-please-manifest.json
Here is the PR created by
release-please
. Observe that the initial version1.0.90
is being override by the default1.1.0
. What am I doing wrong or what did I forget so thatrelease-please
can start at1.0.90
? Thanks for the assistance