Skip to content

Commit 6a66f7f

Browse files
authored
docs: prerelease artifacts #3561
1 parent cd31c30 commit 6a66f7f

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,17 @@ You can find the coverage report at `./coverage/index.html` after running the te
163163
- Exercise the code (`Extension Tests`, `Integration Tests`, etc.)
164164
- Generate a report with `npm run report`
165165
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+
166177
### CodeCatalyst Blueprints
167178
168179
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
216227
commits](https://www.conventionalcommits.org/) format): this again helps humans
217228
(and scripts) scan and omit ranges of the history at a glance.
218229
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-
226230
## Tooling
227231
228232
Besides the typical develop/test/run cycle describe above, there are

0 commit comments

Comments
 (0)