Skip to content

Commit 7cbd1de

Browse files
author
Vaughn Dice
committed
docs(src/roadmap/release-checklist.md): update if major release
1 parent 8aeda42 commit 7cbd1de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/roadmap/release-checklist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ The below sections present a step-by-step guide to publish a new Workflow releas
77
of the examples, we'll be assuming that the below two environment variables are present in wherever
88
you'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-v2.0.0`
11-
- `$WORKFLOW_RELEASE_SHORT` - The short name of this version. For example, `v2.0.0`
10+
- `$WORKFLOW_RELEASE` - the full name of this version. For example, `v2.0.0-rc2` for a minor version, `v2.0.0` for a major version.
11+
- `$WORKFLOW_RELEASE_SHORT` - The short name of this version. For example, `rc2` for a minor version and identical to `$WORKFLOW_RELEASE` above if a major version.
1212

1313
# What's a Release?
1414

0 commit comments

Comments
 (0)