Skip to content
New issue

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

fix: print version number that updater.writeVersion returns #670

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

brettdh
Copy link

@brettdh brettdh commented Oct 11, 2020

For custom updaters that derive the new version from the file contents (e.g. newVersion = oldVersion + 1), the log output was showing the new computed semver version, rather than the actual version applied by the updater. This PR corrects the output for such custom updaters.

Closes expo-community/standard-version-expo#18.
Closes expo-community/standard-version-expo#10.

@sreuter
Copy link

sreuter commented Jul 26, 2021

@jbottigliero Can we get this merged? It's causing some serious confusion at the moment.

@TimothyJones
Copy link
Contributor

Since this package is now deprecated due to maintainer availability, I've forked it here, and released a version that includes this fix.

You can get it from npm here, by installing commit-and-tag-version with version equal to or greater than 9.6.0.

Thanks for making this easy by making a PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants