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
Copy file name to clipboardExpand all lines: Documentation/Contributors/ReleaseGuide/README.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,12 +25,14 @@ There is no one release manager; instead, [our community shares the responsibili
25
25
- If an update is incompatible, open a new issue tagged with the `dependencies` label.
26
26
- If an update can be resolved, commit the changes and open a PR for review.
27
27
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 -->
34
36
35
37
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.
36
38
- 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
41
43
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`.
42
44
5. Start thinking ahead for a good image for the release blog post in case you need to prepare any data, assets, or examples.
0 commit comments