Skip to content

Commit 7380390

Browse files
authored
Merge pull request #316 from jupyter/jasongrout-patch-1
Fix git clean command
2 parents 6f0dfe3 + 65fc04d commit 7380390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
To create a release, update the version number in jupyter_server/_version.py, then run the following:
22

33
```
4-
git clean -dfxx
4+
git clean -dffx
55
python setup.py sdist
66
python setup.py bdist_wheel
77
export script_version=`python setup.py --version 2>/dev/null`

0 commit comments

Comments
 (0)