Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
docs(releases.md): add patch release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaughn Dice committed Dec 15, 2016
1 parent 0b13da6 commit 0cc5dfb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/roadmap/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ deliverable. This section leads a maintainer through creating a component releas
Major or minor releases should happen on the master branch. Patch releases
should check out the previous release tag and cherry-pick specific commits from master.

**Note:** if a patch release, the release artifact will have to be manually promoted by triggering
the [component-promote](https://ci.deis.io/job/component-promote) job with the following values:

```bash
COMPONENT_NAME=<component name>
COMPONENT_SHA=<patch commit sha>
```

Make sure you have the [deisrel][] release tool in your search `$PATH`.

Run `deisrel release` once with a fake semver tag to proofread the changelog content. (If `HEAD`
Expand Down

0 comments on commit 0cc5dfb

Please sign in to comment.