redux-polyglot
redux-polyglot copied to clipboard
new development strategy.
due to #37, we need to be careful about staging.
react-redux-polyglot use redux-polyglot as main dependency, so i think we need to work on a devbranch and follow this 3 principles :
- this branch must be as clean as master, so
npm run prepublishmust be ok. - all master merges should be tagged by a new version. (on the master branch only)
- all change must be validated by react-redux-polyglot unit testing before merge on master ( maybe find for an automation )
todo before close this issue :
- create a
devbranch [DONE] - explain this principles in redux-polyglot CONTRIBUTING.md [DONE]
- pre-release
react-redux-polyglot0.0.1 - write documentation for this when it's done.
note: please see react-redux-polyglot/issues/3
I think this issue must be a priority. @JalilArfaoui ? @jvincent42 ?
dev branch created.
PR here in #55
As we discussed @guillaumearm we should merge both redux-polyglot and react-redux-polyglot NPM modules in the same repository to ensure full synchronicity and simpler tests.
Can we close this one ?