Skip to content

Versioning

Kimberly Bastille edited this page Jun 9, 2020 · 1 revision

Versioning in ecodata follows standard practices:

<major>.<minor>.<patch>

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 ecodata these equate to:

  • Change plotting code in subgroup rmds

<minor>

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

  • Update datasets
  • Add new data

<major>

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

  • Change plotting functions
  • Rename datasets
Clone this wiki locally