summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2017-03-15 17:34:24 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2017-03-16 13:18:11 +0000
commit79562033b53571dd599b32717913cdb23540bc1e (patch)
treeae664a9c6d14d30a7c7d1154482002b49aa078a9 /docs
parentc81c563fbbb06b6f1dd06ed62f252ed28d45be5a (diff)
docs/releasing: remove "git clean" step
release.sh from master, does not require the tree to be clean. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/releasing.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/releasing.html b/docs/releasing.html
index 07d459581c..9c979a0a4a 100644
--- a/docs/releasing.html
+++ b/docs/releasing.html
@@ -438,8 +438,7 @@ Commit these changes and push the branch.
<h3>Use the release.sh script from xorg util-macros</h3>
<p>
-Ensure that the mesa git tree is clean via <code>git clean -fXd</code> and
-start the release process.
+Start the release process.
</p>
<pre>
../relative/path/to/release.sh . # append --dist if you've already done distcheck above