Skip to content

AshCoolman/semantic-frontend-versioning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Semantic frontend versioning

Aim

Frontend can have zero-dependents. This project proposes a semver-like versioning system for frontend projects

Specific aims:

  • describe the amount of difference/complexity between different versions
  • exist along side Semver if it is used

Rules

Given a version number MAJOR.MINOR.PATCH, increment the:

  • MAJOR version when you add a new problem domain solution (e.g. new site page)
  • MINOR version when you add a feature an existing problem domain (e.g. add control to admin page, )
  • PATCH version when you make feature tweaks, bug fixes, style or text changes (e.g. change css rules)

Additional labels for pre-release and build metadata could mirror Semver when appropriate

References

About

A semver-like versioning system for front end projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published