История изменений
Исправление beastie, (текущая версия) :
Нет.
- If you break things – major goes up.
- If you add things – minor goes up.
- If you (hot) fix things – patch goes up.
И прекрасный пример real-life to the bone:
- v1.0.0 -> v1.1.0 # one-line change expanding an API
- v1.1.0 -> v2.0.0 # revert previous commit
Исходная версия beastie, :
Нет.
- If you break things – major goes up.
- If you add things – minor goes up.
- If you fix things – patch goes up.
И прекрасный пример real-life to the bone:
- v1.0.0 -> v1.1.0 # one-line change expanding an API
- v1.1.0 -> v2.0.0 # revert previous commit