Skip to content

Commit 1c51047

Browse files
authored
updated the tag command to inclue the -s for signing the tag (#1196)
Signed-off-by: Nir Rozenbaum <[email protected]>
1 parent 36d2474 commit 1c51047

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/new-release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@ This document defines the process for releasing Gateway API Inference Extension.
101101
For a release candidate:
102102

103103
```shell
104-
git tag -a v${MAJOR}.${MINOR}.0-rc.${RC} -m 'Gateway API Inference Extension v${MAJOR}.${MINOR}.0-rc.${RC} Release Candidate'
104+
git tag -s -a v${MAJOR}.${MINOR}.0-rc.${RC} -m 'Gateway API Inference Extension v${MAJOR}.${MINOR}.0-rc.${RC} Release Candidate'
105105
```
106106

107107
For a major or minor release:
108108

109109
```shell
110-
git tag -a v${MAJOR}.${MINOR}.0 -m 'Gateway API Inference Extension v${MAJOR}.${MINOR}.0 Release'
110+
git tag -s -a v${MAJOR}.${MINOR}.0 -m 'Gateway API Inference Extension v${MAJOR}.${MINOR}.0 Release'
111111
```
112112

113113
**Note:** A PGP key must be [registered] to your GitHub account.

0 commit comments

Comments
 (0)