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
% npx standard-version --dry-run
✔ bumping version in package.json from 2.2.4 to 2.2.5
✔ bumping version in app.json from 2.2.4 to 2.2.5
✔ bumping version in app.json from 380020204 to 2.2.5
✔ bumping version in app.json from 2.2.04 to 2.2.5
✔ outputting changes to CHANGELOG.md
---
### 2.2.5 (2020-09-21)
---
✔ committing app.json and package.json and CHANGELOG.md
✔ tagging release v2.2.5
ℹ Run `git push --follow-tags origin CU-buh9bc-trunk-based-ci-cd` to publish
Expected behavior
android would bump to 380020204
iOS would bump to 2.2.05
Actual behavior
android bumpe to 2.2.5
iOS bumped to 2.2.5
The text was updated successfully, but these errors were encountered:
oof... just saw this #10 and verified it's the same issue for me. 🤦🏻 . would still be nice to have higher visibilty to "just ignore dry-run output" and/or an actual fix so the output displays correctly.
brettdh
added a commit
to brettdh/standard-version
that referenced
this issue
Oct 11, 2020
Description of the bug
Android version is bumped to semver instead of default android method.
iOS version does not respect leading zeros.
To Reproduce
installed and configured per documentation using 1.0.3
configure
run
Expected behavior
android would bump to 380020204
iOS would bump to 2.2.05
Actual behavior
android bumpe to 2.2.5
iOS bumped to 2.2.5
The text was updated successfully, but these errors were encountered: