Skip to content

Commit 66ceaf5

Browse files
authored
Merge branch 'main' into 2d-picking-fixes
2 parents 94b259d + 4b1b05f commit 66ceaf5

File tree

1 file changed

+10
-6
lines changed
  • Documentation/Contributors/ReleaseGuide

1 file changed

+10
-6
lines changed

Documentation/Contributors/ReleaseGuide/README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,14 @@ There is no one release manager; instead, [our community shares the responsibili
2525
- If an update is incompatible, open a new issue tagged with the `dependencies` label.
2626
- If an update can be resolved, commit the changes and open a PR for review.
2727

28-
> [!IMPORTANT]
29-
> We pin an exact version of **`prettier`**. If the version of `prettier` should be incremented, use an exact version by running `npm install prettier@latest --save-exact`.
30-
>
31-
> If you run `npm install prettier@latest` without the `--save-exact` argument, remove the `^` in `package.json`.
32-
>
33-
> It's reccomended to commit the package update and a seperate commit for any automated formatting updates to streamline PR reviews.
28+
> [!IMPORTANT]
29+
> We pin an exact version of **`prettier`**. If the version of `prettier` should be incremented, use an exact version by running `npm install prettier@latest --save-exact`.
30+
>
31+
> If you run `npm install prettier@latest` without the `--save-exact` argument, remove the `^` in `package.json`.
32+
>
33+
> It's reccomended to commit the package update and a seperate commit for any automated formatting updates to streamline PR reviews.
34+
35+
<!-- markdownlint-disable MD029 -->
3436

3537
2. **Check the [`priority - next release` issues and PRs](https://github.com/CesiumGS/cesium/labels/priority%20-%20next%20release).** Work with the team to ensure accountability for priority items—This can be done via the "CesiumJS" channel in Teams.
3638
- Ask the team if there are any items not tagged with the `priority - next release` label which should be.
@@ -41,6 +43,8 @@ There is no one release manager; instead, [our community shares the responsibili
4143
4. Ensure you've generated valid [end to end testing snapshots](../TestingGuide/README.md) against a previous release tag with `npm run test-e2e-update`.
4244
5. Start thinking ahead for a good image for the release blog post in case you need to prepare any data, assets, or examples.
4345

46+
<!-- markdownlint-enable MD029 -->
47+
4448
## Release testing and packaging
4549

4650
> [!IMPORTANT]

0 commit comments

Comments
 (0)