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
{{ message }}
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: Documentation/release.md
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,11 @@ Set desired version as environment variable for following steps. Here is an exam
12
12
export VERSION=v0.13.0
13
13
```
14
14
15
+
Set the subkey ID for the appropriate signing key:
16
+
```
17
+
export SUBKEYID=3F1B2C87
18
+
```
19
+
15
20
All releases version numbers follow the format of [semantic versioning 2.0.0](http://semver.org/).
16
21
17
22
### Major, Minor Version Release, or its Pre-release
@@ -31,7 +36,7 @@ All releases version numbers follow the format of [semantic versioning 2.0.0](ht
31
36
- Manually check fleet is buildable in Linux, Darwin.
32
37
- Manually check upgrade fleet cluster of previous minor version works well.
33
38
- Manually check new features work well.
34
-
- Add a signed tag through `git tag -s ${VERSION} -u 3F1B2C87`.
39
+
- Add a signed tag through `GIT_COMMITTER_NAME="CoreOS Application Signing Key" GIT_COMMITTER_EMAIL="[email protected]" git tag -s ${VERSION} -u $SUBKEYID`.
35
40
- Sanity check tag correctness through `git show tags/$VERSION`.
36
41
- Push the tag to GitHub through `git push origin tags/$VERSION`. This assumes `origin` corresponds to "https://github.com/coreos/fleet".
37
42
@@ -56,9 +61,8 @@ The following commands are used for public release sign:
0 commit comments