redux-polyglot icon indicating copy to clipboard operation
redux-polyglot copied to clipboard

new development strategy.

Open guillaumearm opened this issue 9 years ago • 5 comments

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 prepublish must 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 dev branch [DONE]
  • explain this principles in redux-polyglot CONTRIBUTING.md [DONE]
  • pre-release react-redux-polyglot 0.0.1
  • write documentation for this when it's done.

note: please see react-redux-polyglot/issues/3

guillaumearm avatar Oct 20 '16 19:10 guillaumearm

I think this issue must be a priority. @JalilArfaoui ? @jvincent42 ?

guillaumearm avatar Oct 28 '16 20:10 guillaumearm

dev branch created.

guillaumearm avatar Nov 02 '16 18:11 guillaumearm

PR here in #55

guillaumearm avatar Nov 02 '16 18:11 guillaumearm

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.

JalilArfaoui avatar Nov 10 '16 10:11 JalilArfaoui

Can we close this one ?

JalilArfaoui avatar Dec 07 '16 00:12 JalilArfaoui