@@ -7,8 +7,8 @@ The below sections present a step-by-step guide to publish a new Workflow releas
77of the examples, we'll be assuming that the below two environment variables are present in wherever
88you're working. Make sure to set them (e.g. by ` export ` ing them) before you get started.
99
10- - ` $WORKFLOW_RELEASE ` - the full name of this version. For example, ` v2.0.0-beta3 `
11- - ` $WORKFLOW_RELEASE_SHORT ` - The short name of this version. For example, ` beta3 `
10+ - ` $WORKFLOW_RELEASE ` - the full name of this version. For example, ` v2.0.0-beta4 `
11+ - ` $WORKFLOW_RELEASE_SHORT ` - The short name of this version. For example, ` beta4 `
1212
1313# What's a Release?
1414
@@ -31,8 +31,8 @@ A release consists of the following artifacts:
3131 - [ workflow-manager] ( https://github.com/deis/workflow-manager )
3232 - [ workflow-cli] ( https://github.com/deis/workflow-cli )
33332 . A new [ Helm Classic chart for Workflow] ( https://github.com/deis/charts ) that references all of the new
34- images referenced above. For example, if ` $WORKFLOW_RELEASE ` is ` 2.0.0-beta3 ` , the new chart would
35- be in a new directory called ` workflow-beta3 ` .
34+ images referenced above. For example, if ` $WORKFLOW_RELEASE ` is ` 2.0.0-beta4 ` , the new chart would
35+ be in a new directory called ` workflow-beta4 ` .
3636
3737# Step 1: Create New Helm Classic Charts
3838
@@ -69,7 +69,7 @@ As of this writing, the e2e tests in this job are run on a GKE cluster using def
6969# Step 3: Manual Testing
7070
7171After the chart is created with the immutable Docker image tags that represent the final images
72- (i.e. the ones that will be re-tagged to the immutable release tag, such as ` 2.0.0-beta3 ` ), it
72+ (i.e. the ones that will be re-tagged to the immutable release tag, such as ` 2.0.0-beta4 ` ), it
7373should be manually tested by as many people as possible. Special attention should be paid to the
7474user experience, both from an operator and developer perspective.
7575
0 commit comments