You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/roadmap/release-checklist.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ The below sections present a step-by-step guide to publish a new Workflow releas
7
7
of the examples, we'll be assuming that the below two environment variables are present in wherever
8
8
you're working. Make sure to set them (e.g. by `export`ing them) before you get started.
9
9
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.
0 commit comments