Skip to content

Commit 0cc5dfb

Browse files
author
Vaughn Dice
committed
docs(releases.md): add patch release notes
1 parent 0b13da6 commit 0cc5dfb

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/roadmap/releases.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@ deliverable. This section leads a maintainer through creating a component releas
6161
Major or minor releases should happen on the master branch. Patch releases
6262
should check out the previous release tag and cherry-pick specific commits from master.
6363

64+
**Note:** if a patch release, the release artifact will have to be manually promoted by triggering
65+
the [component-promote](https://ci.deis.io/job/component-promote) job with the following values:
66+
67+
```bash
68+
COMPONENT_NAME=<component name>
69+
COMPONENT_SHA=<patch commit sha>
70+
```
71+
6472
Make sure you have the [deisrel][] release tool in your search `$PATH`.
6573

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

0 commit comments

Comments
 (0)