Skip to content

Commit

Permalink
Add versioning documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
amarouane committed Feb 18, 2021
1 parent 66db9ae commit 6d76816
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,18 @@
# Overview
DMR++ files generator is a cloud based activity that generate DMRPP files from netCDF4 and HDF files
## 📖 Documentation
- Release note [v1.1.0](https://ghrcdaac.github.io/dmrpp-generator/).
- Release note [v1.0.6](https://ghrcdaac.github.io/dmrpp-generator/).
- Release note [v1.0.5](https://ghrcdaac.github.io/dmrpp-generator/).
- Release note [v1.0.4](https://ghrcdaac.github.io/dmrpp-generator/).

## Versioning
We are following `v<major>.<minor>.<patch>` versioning convention, where:
* `<major>+1` means we changed the infrastructure and/or the major components that makes this software run. Will definitely
lead to breaking changes.
* `<minor>+1` means we upgraded/patched the dependencies this software relays on. Can lead to breaking changes.
* `<patch>+1` means we fixed a bug and/or added a feature. Breaking changes are not expected.

# 🔨 Pre-requisite
This module is meant to run within Cumulus stack.
If you don't have Cumulus stack deployed yet please consult [this repo](https://github.com/nasa/cumulus)
Expand Down

0 comments on commit 6d76816

Please sign in to comment.