NOAA-EDAB / tech-doc

Technical documentation for ecosystem reporting
https://noaa-edab.github.io/tech-doc
Other
8 stars 9 forks source link

Semantic Versioning for tech doc #71

Closed kimberly-bastille closed 4 years ago

kimberly-bastille commented 4 years ago

Versioning in tech doc follows standard practices:

\.\.\

Each increment is defined as follows:

\<patch>

A patch is used to fix bugs or make minor changes. No new features are added under a patch release.

For tech doc these equate to:

\<minor>

A minor release is used when new features have been added that are backward compatible.

\<major>

A major release is used for changes that are not backward compatible. Changes that would break previous versions.