Replies: 3 comments 8 replies
-
Emscripten does not use semantic versioning, even though our version numbers make it look like we do. We usually bump the minor counter when something suitably "big" changes. |
Beta Was this translation helpful? Give feedback.
-
What versioning does it use? What count as a big change, and with this, will the major version ever get bumped? |
Beta Was this translation helpful? Give feedback.
-
That seems like a weird assumption to make.. but sure we can try to avoid that. This code assumes the minor and tiny number can only go to 99 but the major version can go above 99.. |
Beta Was this translation helpful? Give feedback.
-
I know Emscripten is using semantic versioning, but the patch version is only for bug fixes, we've been adding new features like --use-ports, wouldn't that bump the minor counter? I feel like the patch counter is getting out of hand, it's at 55 now.
Beta Was this translation helpful? Give feedback.
All reactions