Skip to content

Commit cbe91d8

Browse files
authored
Merge pull request #106 from ityuhui/yh-release-doc-0226
doc: Update the release document
2 parents c65ea12 + 37df3ed commit cbe91d8

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

RELEASE.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# Release Process
22

3-
The Kubernetes Template Project is released on an as-needed basis. The process is as follows:
3+
The Kubernetes C Client Project is released on an as-needed basis. The process is as follows:
44

55
1. An issue is proposing a new release with a changelog since the last release
66
1. All [OWNERS](OWNERS) must LGTM this release
7-
1. An OWNER runs `git tag -s $VERSION` and inserts the changelog and pushes the tag with `git push $VERSION`
7+
1. An OWNER runs `git tag -s $VERSION` or `git tag -a $VERSION` (If GPG-signed tag is not required) and inserts the changelog and pushes the tag with `git push $VERSION`
8+
9+
e.g
10+
```shell
11+
git tag -a v0.1.0 -m "version 0.1.0"
12+
```
13+
814
1. The release issue is closed
915
1. An announcement email is sent to `[email protected]` with the subject `[ANNOUNCE] kubernetes-template-project $VERSION is released`

0 commit comments

Comments
 (0)