You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the last technical discussion, a question came up on the best way to version manage. My proposal is to use Semantic Versioning for updates. To address some specific questions, I propose the following:
Document changes that is either a bug fix or a correction to the documentation that does not affect the expected workflow of the API will be considered as a bug fix and warrants a PATCH change.
Documentation adding new functionality (ex. new String options) will be considered a MINOR change.
Documentation changes that affects the understood contract will be considered as a MAJOR change.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
From the last technical discussion, a question came up on the best way to version manage. My proposal is to use Semantic Versioning for updates. To address some specific questions, I propose the following:
Looking forward to feedback on this proposal.
Beta Was this translation helpful? Give feedback.
All reactions