Open caseytrombley opened 5 years ago
I'm also seeing this issue.
$ node -v
v10.14.1
$ npm -v
6.4.1
$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.14.5
BuildVersion: 18F203
$ unleash --no-publish --no-push --dry-run --patch
[11:40:29] === UNLEASH ===
[11:40:29] Utilizing dry run mode. This is a dry run of the following actions:
[11:40:29] Incrementing to the next "patch" semantic version, "0.4.2"
[11:40:29] Creating a changelog entry for version 0.4.2 with links to the commits on github
[11:40:29] Adding commit "docs(CHANGELOG): Update changelog"
[11:40:29] Bumping to a patch version with the commit "chore(release): release 0.4.2"
[11:40:29] * Tagging the commit with "v0.4.2"
[11:40:29] ~ WARNING ~
[11:40:29] You've turned both publishing & pushing off. Your changelog & package files will be updated + committed locally but nothing outside your machine will change.
[11:40:29] unleash --no-publish --no-push --dry-run --patch
✨ Done in 1.34s.
<-- The package.json remains at 0.4.1...
@caseytrombley @cktech1me Each of those commands work for me. Which Unleash version are you using? I use Unleash to release itself as well as a few other repos and v2.0.1 & v2.0.2 have both been working. Perhaps updating to v2.0.2 will help
This package is not automatically updating the version in my package.json. It adds to the changelog only. Here is the command I use:
unleash --no-publish
This is the console message:
We are not seeing any change to package.json