API versioning in git #5611
Replies: 1 comment 2 replies
-
What we did so far was the following, I'm not sure it's the best solution, but it had worked for us: |
Beta Was this translation helpful? Give feedback.
-
What we did so far was the following, I'm not sure it's the best solution, but it had worked for us: |
Beta Was this translation helpful? Give feedback.
-
Hey, I'm working on a different NPM library and i was wondering how you guys handle breaking changes that need a major version to upload while working on minors for the current version that is out. ill give an example:
lets say you are on version 5 (coincidence I swear) and i am working on a feature that breaks API that can't be a minor because it breaks user's code and needs to be in version 6.
Beta Was this translation helpful? Give feedback.
All reactions