active_model_serializers icon indicating copy to clipboard operation
active_model_serializers copied to clipboard

Changelog entry missing for for v0.10.7

Open johntrandall opened this issue 7 years ago • 8 comments

Changelog seems to stop at 0.10.6. Current release is 0.10.7.

johntrandall avatar Jan 18 '18 17:01 johntrandall

@johntrandall it can be found on the 0-10-stable branch: https://github.com/rails-api/active_model_serializers/blob/0-10-stable/CHANGELOG.md

mvz avatar Feb 07 '18 13:02 mvz

@johntrandall Thanks for helping out @mvz

Since putting it like that on master, I've thought maybe we should link from master to each branch and let each branch handle itself, since they all have their own git root ;)

bf4 avatar Feb 07 '18 21:02 bf4

Having the actual changelog on-disk after installing is kind of nice, so I wouldn't use pointers across git branches.

mvz avatar Feb 08 '18 07:02 mvz

@mvz Any thoughts on how to keep them in sync? like if we add something to 0-10-stable we then update master? It's a process thing? (maintenance problems)

bf4 avatar Feb 08 '18 15:02 bf4

@bf4 I would develop the next 0.10.x on master until there are breaking changes and only then create a 0-10-stable branch just for bugfixes. This gem is in a pre-1.x phase after all...

mvz avatar Feb 08 '18 16:02 mvz

@bf4 alternatively, merge 0-10-stable into master periodically.

mvz avatar Feb 09 '18 08:02 mvz

@bf4 I see now that master is basically empty. Since that is the case, I would clear out the changelog as well, and just point to 0-10-stable.

mvz avatar Feb 09 '18 09:02 mvz

I would also appreciate a 0.10.7 changelog on master.

jacquesporveau avatar May 03 '18 20:05 jacquesporveau