semantic versioning - semver and what should be written in UPGRADE file -


i have project @ version 1.2. i've added new feature , means need pass version 1.3. marked methods deprecated. in version 2.0 i'll remove old methods.

is correct, compiling upgrade-2.0 file, add old version (method available in 1.* versions) , new?

is version 1.2 right moment put in upgrade-2.0 file?


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -