summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-11-20 16:30:24 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-02-23 17:25:59 +0000
commit83e6c15b0ea252d5475c3a5af25279765e19aa4d (patch)
tree9b78c4c5799406d05a4fde7e23ad66ef93cbde67 /Documentation
parenteb4bb6f56339a3ca54c080c9c574f2d4d1e269f6 (diff)
downloadcoreboot-83e6c15b0ea252d5475c3a5af25279765e19aa4d.tar.xz
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/releases/checklist.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/releases/checklist.md b/Documentation/releases/checklist.md
index d777f0e38b..3f19bfb6da 100644
--- a/Documentation/releases/checklist.md
+++ b/Documentation/releases/checklist.md
@@ -177,8 +177,9 @@ commit db508565d2483394b709654c57533e55eebace51 (HEAD, tag: 4.6, origin/master,
...
````
-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.