Skip to content

Commit 0ba45f8

Browse files
authored
Update HACKING.md (#659)
1 parent 7bf44ea commit 0ba45f8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

HACKING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,10 @@ commits that might have been made, and
182182
`git tag --delete v<version>; git push --delete origin v<version>` to remove the
183183
tag if it was created.
184184

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+
185189
## Problem Areas
186190

187191
* Transforming docutils nodes into our AST (parser.JSONVisitor) is

0 commit comments

Comments
 (0)