You are viewing a single thread.
View all comments 26 points
I once had someone open an issue in my side project repo who asked about a major release bump and whether it meant there were any breaking changes or major changes and I was just like idk I just thought I added enough and felt like bumping the major version ¯\_(ツ)_/¯
20 points
I think is the logic used for Linux kernel versioning so you’re in good company.
But everyone should really follow semantic versioning. It makes life so much easier.
3 points
either have meaning to the number and do semantic versioning, or don’t bother and simply use dates or maybe simple increments
2 points