Skip to content

Commit

Permalink
#411 Release Policy (#412)
Browse files Browse the repository at this point in the history
* Release Policy

* Typo
  • Loading branch information
baarkerlounger authored and v0dro committed Sep 11, 2017
1 parent f1f510a commit 32dd946
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions ReleasePolicy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Gem Release Policy

Applicable to Daru > 0.1.6

## Versioning

Daru follows semantic versioning whereby the version number is always in the form MAJOR.MINOR.PATCH

* Patch bump = Bug fixes
* Minor bump = New features but backwards compatible
* Major bump = API breaking changes

For Major and Minor bumps release candidates should be released around 2 weeks prior to the bump and are indicated by MAJOR.MINOR.0.rc.

For more information see the full semantic versioning specification at http://semver.org/.

## Release Timing

Patch releases should be done after every fix of a major bug (as tagged in the github issue tracker).
Major releases should be kept to the minimum.

0 comments on commit 32dd946

Please sign in to comment.