summaryrefslogtreecommitdiff
path: root/Documentation/releases/checklist.md
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/releases/checklist.md')
-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.