Angel Pons has uploaded this change for review. ( 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 --- M Documentation/releases/checklist.md 1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/13/47813/1
diff --git a/Documentation/releases/checklist.md b/Documentation/releases/checklist.md index d777f0e..e4fb5e9 100644 --- a/Documentation/releases/checklist.md +++ b/Documentation/releases/checklist.md @@ -178,7 +178,8 @@ ````
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)>` +From the coreboot-X.Y tree, just run: `git push origin X.Y`. Force-pushing may sometimes be +necessary to push the new tag.
You will need write access for tags to the coreboot git repo to do this.