Skip to content

Commit

Permalink
Fix RELEASES formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Jun 23, 2017
1 parent de576eb commit 9790d5a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Release Process

A Storybook release process based on [Semver](http://semver.org/). In short:
1\. merge bugfix PRs directly into master automatically release (~daily)
2\. merge feature and breaking PRs into a release branch (e.g. `release/3.2`) and release features in groups along with a marketing push after a preview period (~monthly)
3\. consensus on critical infrastructure/bugs that are needed before we can do a minor release, so that we pay down our tech debt as we go.

1. Merge bugfix PRs directly into master automatically release (~daily)

2. Merge feature and breaking PRs into a release branch (e.g. `release/3.2`) and release features in groups along with a marketing push after a preview period (~monthly)

3. Consensus on critical infrastructure/bugs that are needed before we can do a minor release, so that we pay down our tech debt as we go.

## Motivation

Expand Down

0 comments on commit 9790d5a

Please sign in to comment.