Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/47813 )
Change subject: Doc/releases/checklist.md: Clarify tag push command ......................................................................
Doc/releases/checklist.md: Clarify tag push command
Change-Id: I0a6d1ed014c6454c4bde390283351c19fe097201 Signed-off-by: Angel Pons th3fanbus@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/47813 Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net Reviewed-by: Patrick Georgi pgeorgi@google.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M Documentation/releases/checklist.md 1 file changed, 3 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Patrick Georgi: Looks good to me, approved Paul Menzel: Looks good to me, but someone else must approve
diff --git a/Documentation/releases/checklist.md b/Documentation/releases/checklist.md index d777f0e..3f19bfb 100644 --- a/Documentation/releases/checklist.md +++ b/Documentation/releases/checklist.md @@ -177,8 +177,9 @@ ... ````
-When you used the script to generate the release, a tag was generated in the tree that was downloaded. -From the coreboot-X.Y tree, just run: `git push -f origin <TAG (X.Y)>` +When you used the script to generate the release, a signed tag was generated in the +tree that was downloaded. From the coreboot-X.Y tree, just run: `git push origin X.Y`. +In case you pushed the wrong tag already, you have to force push the new one.
You will need write access for tags to the coreboot git repo to do this.