We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents daefe9b + 0cc5dfb commit dba0fc6Copy full SHA for dba0fc6
1 file changed
src/roadmap/releases.md
@@ -61,6 +61,14 @@ deliverable. This section leads a maintainer through creating a component releas
61
Major or minor releases should happen on the master branch. Patch releases
62
should check out the previous release tag and cherry-pick specific commits from master.
63
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
72
Make sure you have the [deisrel][] release tool in your search `$PATH`.
73
74
Run `deisrel release` once with a fake semver tag to proofread the changelog content. (If `HEAD`
0 commit comments