Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
fb64bb66
Unverified
Commit
fb64bb66
authored
Jul 31, 2018
by
Matthew Fisher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use dot notation for release candidates
parent
56154102
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
release_checklist.md
docs/release_checklist.md
+3
-3
No files found.
docs/release_checklist.md
View file @
fb64bb66
...
...
@@ -52,7 +52,7 @@ In this doc, we are going to reference a few environment variables as well, whic
```
shell
export
RELEASE_NAME
=
vX.Y.0
export
RELEASE_BRANCH_NAME
=
"release-X.Y"
export
RELEASE_CANDIDATE_NAME
=
"
$RELEASE_NAME
-rc1"
export
RELEASE_CANDIDATE_NAME
=
"
$RELEASE_NAME
-rc
.
1"
```
If you are creating a patch release, you may want to use the following instead:
...
...
@@ -61,7 +61,7 @@ If you are creating a patch release, you may want to use the following instead:
export
PREVIOUS_PATCH_RELEASE
=
vX.Y.Z
export
RELEASE_NAME
=
vX.Y.Z+1
export
RELEASE_BRANCH_NAME
=
"release-X.Y"
export
RELEASE_CANDIDATE_NAME
=
"
$RELEASE_NAME
-rc1"
export
RELEASE_CANDIDATE_NAME
=
"
$RELEASE_NAME
-rc
.
1"
```
## 1. Create the Release Branch
...
...
@@ -188,7 +188,7 @@ You will also want to update the release version number and the CHANGELOG as we
After that, tag it and notify users of the new release candidate:
```
shell
export
RELEASE_CANDIDATE_NAME
=
"
$RELEASE_NAME
-rc2"
export
RELEASE_CANDIDATE_NAME
=
"
$RELEASE_NAME
-rc
.
2"
git tag
--sign
--annotate
"
${
RELEASE_CANDIDATE_NAME
}
"
--message
"Helm release
${
RELEASE_CANDIDATE_NAME
}
"
git push upstream
$RELEASE_CANDIDATE_NAME
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment