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

choose what to publish with release.sh #862

Comments

@kitze
Copy link

kitze commented Oct 6, 2016

I just updated my fork with the latest changes from this repo. When I'm running npm run publish I'm getting this output:

Lerna v2.0.0-beta.29
Independent Versioning Mode
Checking for updated packages...
? Select a new version for babel-preset-react-app (currently 0.2.1) (Use arrow keys)
❯ Patch (0.2.2)

I haven't made any changes in babel-preset-react-app, and I don't want to publish a new version of it. I just want to publish a new version of my forked react-scripts.

Am I doing something wrong or is it a bug in lerna?

@kitze
Copy link
Author

kitze commented Oct 6, 2016

Temporarily fixed by marking all the other packages inside of the /packages folder as private.

@kitze kitze closed this as completed Oct 6, 2016
@lock lock bot locked and limited conversation to collaborators Jan 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.