5
How to view front-end projects?
Semantic versioning brings the following approaches:
- MAJOR - when you make incompatible API changes
- MINOR - when you add functionality compatible with previous versions
- PATCH - when making bug fixes compatible with previous versions. Additional pre-release labels and build metadata are available as extensions to the MAJOR.MINOR.PATCH PATCH format.
But a frontend artifact does not have Apis, so they do not break compatibilities with those who use them.
How it would be better to increase the numbers of front-end versions?
If my frontend were to consume a new third-party API, it would be a change of type MAJOR?
I would like suggestions.
What do you consider "a frontend artifact"? give some examples if possible.
– BrunoRB
Here I am referring to the frontend project, in case everything that is within the source repository.
– Luan Kevin Ferreira