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

What is the release schedule? #1432

Closed
malucky opened this issue Dec 14, 2016 · 3 comments
Closed

What is the release schedule? #1432

malucky opened this issue Dec 14, 2016 · 3 comments

Comments

@malucky
Copy link

malucky commented Dec 14, 2016

There are several important fixes that have been merged into master but have not been released.
The current repo approach of not committing the build file avoids conflict, but it also makes pointing to specific github commit via npm not possible. The current viable workaround is to fork the repo, build the files, and point to the forked repo, which is not ideal.

I would like to propose a few alternatives:

  1. have a loose release schedule (preferably a shorter schedule i.e. 1/week for bug fixes)
  2. create a hook on new commit to run the build task and push to a separate branch (i.e. latest-build)
  3. commit the build file changes - rebasing latest before testing and merging as part of contributing process

thanks

@silvenon
Copy link

Hey @malucky, I'm starting a fork of react-select to fix important issues like this. I'll probably post my progress in #1403.

@JedWatson
Copy link
Owner

Thanks for the suggestions @malucky - going to be actioning this, see #1481

I'll also get a new release with fixes out asap.

@malucky
Copy link
Author

malucky commented Jan 12, 2017

👍 thanks @JedWatson! sounds great

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

No branches or pull requests

3 participants