We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not matched value between console and execute result.
What steps did you perform which led to this issue?
standard-version
✔ bumping version in package.json from 0.0.0 to 0.0.1 ✔ bumping version in app.json from 1 to 0.0.1 ✔ bumping version in app.json from 1.0.0 to 0.0.1
buildNumber
app.json
Before
{ ~~~~~~ "ios": { "supportsTablet": true, "buildNumber": "1" }, ~~~~~~ }
After
{ ~~~~~~ "ios": { "supportsTablet": true, "buildNumber": "2" }, ~~~~~~ }
✔ bumping version in package.json from 0.0.0 to 0.0.1 ✔ bumping version in app.json from 1 to 2 ✔ bumping version in app.json from 1.0.0 to 1.0.1
✔ bumping version in package.json from 0.0.0 to 0.0.1 ✔ bumping version in app.json from 1 to 0.0.1 ✔ bumping version in app.json from 1.0.0 to 1.0.1
.versionrc.js
module.exports = { bumpFiles: [ { filename: 'package.json', }, { filename: 'app.json', updater: require.resolve('standard-version-expo/ios/increment'), }, { filename: 'app.json', updater: require.resolve('standard-version-expo'), } ] };
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description of the bug
Not matched value between console and execute result.
To Reproduce
What steps did you perform which led to this issue?
standard-version
buildNumber
inapp.json
is incremented like below.Before
After
Expected behavior
Actual behavior
Additional context
.versionrc.js
The text was updated successfully, but these errors were encountered: