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.
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.
You can’t perform that action at this time.
0 commit comments