File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,13 +101,13 @@ This document defines the process for releasing Gateway API Inference Extension.
101
101
For a release candidate:
102
102
103
103
` ` ` 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'
105
105
` ` `
106
106
107
107
For a major or minor release:
108
108
109
109
` ` ` 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'
111
111
` ` `
112
112
113
113
** Note:** A PGP key must be [registered] to your GitHub account.
You can’t perform that action at this time.
0 commit comments