Skip to content
This repository has been archived by the owner on Mar 11, 2019. It is now read-only.

Latest commit

 

History

History
38 lines (26 loc) · 1.62 KB

release-policy.md

File metadata and controls

38 lines (26 loc) · 1.62 KB

![logo][]

Back To - Home

General - Release Policy

This document will walk you through the release policy for nscale.

Overview

nscale is a young project and it is going through fast iterations. We are currently in version range 0.x and it will stay in 0.x up until it is needed. We will update this document in a timely fashion. We plan to release updates on a weekly basis, and use github issues to track the process.

Semantic Versioning

The nscale project follows [Semantic Versioning][SemVer], which means that given a version number in the format of MAJOR.MINOR.PATCH we increment the:

  • MAJOR version when you make incompatible API changes,
  • MINOR version when you add functionality in a backwards-compatible manner, and
  • PATCH version when you make backwards-compatible bug fixes.

nscale is currently on version 0.x which means we may change the API and the commands as needed to evolve the project. If you are worried about backward compatibility, get in touch via email at [email protected]. We can support you through the various updates and provide professional suport.

Changes and Release Notes

We commit to maintaining a [CHANGELOG][ChangeLog] which will be updated with each and every release, regardless of the type of change it is. This file will contain a summarised list of changes and release notes along with links back to any issues if applicable.


Back To - Home [logo]: ../_imgs/logo.png [ChangeLog]: (https://github.com/nearform/nscale/blob/master/CHANGELOG.md) [SemVer]: (http://semver.org/)