You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -31,6 +50,7 @@ These are the steps to take to release a new version of the extension (for contr
31
50
### Prior to Release
32
51
33
52
1. Check [the milestone on GitHub](https://github.com/wp-hooks/vscode-wordpress-hooks/milestones) for open issues or PRs. Fix or reassign as necessary.
53
+
1. Run `npm test` to ensure all tests pass.
34
54
1. Ensure `readme.md` contains an up to date description, FAQs, screenshots, etc.
35
55
1. Ensure `.vscodeignore` is up to date with all files that shouldn't be part of the build.
36
56
1. Prepare a changelog for [the Releases page on GitHub](https://github.com/wp-hooks/vscode-wordpress-hooks/releases).
0 commit comments