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

Question: What is your workflow to release a new version #11628

Closed
LukasBombach opened this issue Nov 22, 2017 · 2 comments
Closed

Question: What is your workflow to release a new version #11628

LukasBombach opened this issue Nov 22, 2017 · 2 comments

Comments

@LukasBombach
Copy link

Hello,

if I am totally out of place asking this here I am sorry, please close this issue. I work at a German newspaper and we are publishing some smaller npm packages publically as open source and some for our own purposes privately.

Currently, we are not quite sure of our workflow and we want to learn from the best (YOU 🎉 ). We are wondering how you manage to publish new releases of React. I see you have some release sh scripts. We have an npm script that basically builds our package, bumps the version and publishes the lib to npm. So far this seems quite similar, correct me if I am wrong. Also, when we want to publish a new release, someone just runs that npm script from their laptop. This seems somewhat unsettling, it feels like there should be more this.

So I am wondering, if you care to answer, how do you do it at Facebook?

@gaearon
Copy link
Collaborator

gaearon commented Nov 22, 2017

That’s pretty much what we do. :-) You can view the source for both build and publish scripts.

@gaearon gaearon closed this as completed Nov 22, 2017
@LukasBombach
Copy link
Author

Thanks man!

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

No branches or pull requests

2 participants