We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6590ea0 commit 15cc0d0Copy full SHA for 15cc0d0
README.md
@@ -42,9 +42,22 @@ To avoid false positives, some rules are skipped if we're in a table.
42
43
## Releasing
44
45
-One should use the `download-more-tests.sh` script before running tests
46
-before releasing, to avoid creating a release introducing false
47
-positives.
+First test with friends projects by running:
+
+ sh download-more-tests.sh
48
+ python -m pytest
49
50
+Bump the version in `sphinxlint.py`, commit, tag, push:
51
52
+ git tag v0.6.5
53
+ git push
54
+ git push --tags
55
56
+To release on PyPI run:
57
58
+ python -m pip install --upgrade build twine
59
+ python -m build
60
+ python -m twine upload dist/*
61
62
63
## License
0 commit comments