Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 684 Bytes

versioning.md

File metadata and controls

16 lines (10 loc) · 684 Bytes

Versioning policy and support

Versioning

I follow the semantic versioning v2 in my projects.

This means that, in an major.minor.patch versioning scheme:

- major: means there is something requires your action to upgrade
- minor: means there is something has been added or improved that you may benefit from, if you put in the minimum effort to upgrade.
- patch: means there is something has been fixed, you should be able to upgrade without much effort

Dependency upgrades

I regularly upgrade dependencies and dependency requirements for my projects, and often do have automation in place to do so at set time intervals.