Move last step to first step in release requirements

This commit is contained in:
Elena Tanasoiu
2022-12-22 10:43:31 +00:00
parent dc6bd07518
commit 2f07f417fa

View File

@@ -9,10 +9,10 @@ effort vs value basis).
We don't need to test features (and permutations of features) that are covered by automated tests. We don't need to test features (and permutations of features) that are covered by automated tests.
### Before releasing the VS Code extension ### Before releasing the VS Code extension
- Go through the required test cases listed below
- Check major PRs since the previous release for specific one-off things to test. Based on that, you might want to - Check major PRs since the previous release for specific one-off things to test. Based on that, you might want to
choose to go through some of the Optional Test Cases. choose to go through some of the Optional Test Cases.
- Run a query using the existing version of the extension (to generate an “old” query history item) - Run a query using the existing version of the extension (to generate an “old” query history item)
- Go through the required test cases listed below
## Required Test Cases ## Required Test Cases