@@ -163,6 +163,17 @@ You can find the coverage report at `./coverage/index.html` after running the te
163
163
- Exercise the code (`Extension Tests`, `Integration Tests`, etc.)
164
164
- Generate a report with `npm run report`
165
165
166
+ ### Prerelease artifacts
167
+
168
+ - CI automatically publishes GitHub [prereleases](https://github.com/aws/aws-toolkit-vscode/releases)
169
+ for `master` and `feature/x` branches, including `.vsix` artifacts which can
170
+ be used to test the latest build for that branch. Each prerelease and its
171
+ artifact are continually updated from the HEAD of its branch.
172
+ - PR artifacts: each pull request is processed by an AWS CodeBuild job which
173
+ runs all tests and provides the build result via the _Details_ link as shown
174
+ below.
175
+ - <img src="./docs/images/ci-artifact.png" alt="CI artifact" width="512"/>
176
+
166
177
### CodeCatalyst Blueprints
167
178
168
179
You can find documentation to create VSCode IDE settings for CodeCatalyst blueprints at [docs/vscode-config.md](./docs/vscode-config.md).
@@ -216,13 +227,6 @@ Prefix the subject with `type(topic):` ([conventional
216
227
commits](https://www.conventionalcommits.org/) format): this again helps humans
217
228
(and scripts) scan and omit ranges of the history at a glance.
218
229
219
- ### CI artifact
220
-
221
- Each commit and pull request is processed by an automated system which runs
222
- all tests and provides the build result via the _Details_ link as shown below.
223
-
224
- <img src="./docs/images/ci-artifact.png" alt="CI artifact" width="512"/>
225
-
226
230
## Tooling
227
231
228
232
Besides the typical develop/test/run cycle describe above, there are
0 commit comments