sindresorhus / atom-editorconfig

Helps developers maintain consistent coding styles between different editors
https://atom.io/packages/editorconfig
MIT License
812 stars 80 forks source link

Changelog #149

Closed zenopopovici closed 6 years ago

zenopopovici commented 7 years ago

Could we have a proper CHANGELOG? It's really annoying to hunt down the changes.

florianb commented 7 years ago

Could you elaborate on what you expect?

sindresorhus commented 7 years ago

A summary of changes in a release here: https://github.com/sindresorhus/atom-editorconfig/releases/new

zenopopovici commented 7 years ago

Hey,

I can't access that URL. I think it only works for you. A standard CHANGELOG with each version and short description of what was changed would be nice. Or at least GitHub standard release notes for each version.

Zeno.

florianb commented 7 years ago

Currently i only foster a major/minor-changelog in the readme. I will think about adding dedicated patch-release notes but it's unlikely that i will have the time foster this by hand. I will think about changing the commit messages and introduce an automated changelog but it will take its time.

Until this will happen i suggest you reading https://github.com/sindresorhus/atom-editorconfig/commits/master - the patches should usually be connected to issues.

zenopopovici commented 7 years ago

Thanks! Anyway really cool work.