svrcekmichal / redux-axios-middleware

Redux middleware for fetching data with axios HTTP client
MIT License
920 stars 96 forks source link

Why zero releases? #32

Closed avevlad closed 7 years ago

avevlad commented 8 years ago

image

nmaves commented 8 years ago

This is something that we need to work on better. We could also integrate the changelog into the releases.

evocateur commented 7 years ago

Also, the current release version is 3.0.0, despite no commits present in master to that effect, nor CHANGELOG.md documentation of the breaking changes...

svrcekmichal commented 7 years ago

@evocateur Hi, thanks for issue. To the second question, I forget to push the commit to remote, sorry. But to answer the question of this issue, I'm new to the world of open source and don't know a lot of things. I will try to google that and see how we can improve. Thanks for pointing that to me.

nmaves commented 7 years ago

I can help out as I have been doing this for a while with other project. Feel free to add me as a member if you want.

On Mon, Sep 12, 2016 at 1:37 PM Michal Svrček notifications@github.com wrote:

@evocateur https://github.com/evocateur Hi, thanks for issue. To the second question, I forget to push the commit to remote, sorry. But to answer the question of this issue, I'm new to the world of open source and don't know a lot of things. I will try to google that and see how we can improve. Thanks for pointing that to me.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/svrcekmichal/redux-axios-middleware/issues/32#issuecomment-246465593, or mute the thread https://github.com/notifications/unsubscribe-auth/AAWchjS6mvxbwq2cXpcWDygOBtcAkgP-ks5qpanngaJpZM4J5RV1 .

svrcekmichal commented 7 years ago

@nmaves Thanks for help 👍

nmaves commented 7 years ago

I have updated the releases page with the latest release. From now on this project will need to create a tag when we release a new version of the library. Thanks again for the work from the community.

avevlad commented 7 years ago

nice, thx!