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 7bf44ea commit 0ba45f8Copy full SHA for 0ba45f8
HACKING.md
@@ -182,6 +182,10 @@ commits that might have been made, and
182
`git tag --delete v<version>; git push --delete origin v<version>` to remove the
183
tag if it was created.
184
185
+**After** the new parser version has been tested and is available to docs builders,
186
+set the new parser version to be the latest release on GitHub. The Snooty VS Code Extension
187
+will automatically update and use the latest parser release when users open up VS Code.
188
+
189
## Problem Areas
190
191
* Transforming docutils nodes into our AST (parser.JSONVisitor) is
0 commit comments