ember-cli / ember-cli-update

Update Ember CLI projects
MIT License
276 stars 40 forks source link

Don't overwrite README.md #1215

Closed CodePolymath closed 1 year ago

CodePolymath commented 2 years ago

Seems pretty straightforward, and I'm honestly frustrated that you all thought it was OK to completely wipe and rewrite my entire README.md file. Your code took all the instructions and information I carefully put into my project's README.md file and replaced them with generic BS like "A short introduction of this app could easily go here." Guess what? I already WROTE a description... you deleted it!

Please respect your users and don't wipe their README.md files, thanks.

bertdeblock commented 2 years ago

ember-cli-update applies the changes between your current version of ember-cli and the version you are updating to. Indeed, it modifies files, that's just how this tool works and is also clearly mentioned in the docs. Most likely, you would've had merge conflicts on your README.md file, which you should've been able to resolve manually. If your code is versioned, I don't really see the issue? If some changes are unwanted you should be able to simply discard them.

CodePolymath commented 2 years ago

bertdeblock tools are supposed to make coding easier, not more complicated.