Skip to content

Commit b833c8c

Browse files
committed
minor release guide changes
1 parent 34d6698 commit b833c8c

File tree

1 file changed

+3
-3
lines changed
  • Documentation/Contributors/ReleaseGuide

1 file changed

+3
-3
lines changed

Documentation/Contributors/ReleaseGuide/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ There is no one release manager; instead, [our community shares the responsibili
3333
3. Make sure you are using the latest drivers for your video card.
3434
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`.
3535
5. Pull down the latest `main` branch and run `npm install`.
36-
6. Update the Cesium ion demo token in `Ion.js` with a new token from the CesiumJS ion team account with read and geocode permissions. These tokens are named like this: `1.85 Release - Delete on November 1st, 2021`. Delete the token from 2 releases ago.
36+
6. Update the Cesium ion demo token in `Ion.js` with a new token from the CesiumJS ion team account with `read` and `geocode` permissions. These tokens are named like this: `1.85 Release - Delete on November 1st, 2021`. Delete the token from 2 releases ago.
3737
7. Update the ArcGIS Developer API key in `ArcGisMapService.js` with a new API key from the [CesiumJS ArcGIS Developer](https://links.esri.com/agol-sign-in) account. These API keys are named like this: `1.85 Release - Delete on November 1st, 2021`. Delete the API key from the last release.
38-
1. Sign in with LastPass
38+
1. Sign in with Bitwarden
3939
2. Go to Content at the top
4040
3. Click "New Item" -> Developer Credentials -> API Key credentials
4141
4. Set the expiration date to the day after the next release (no referrer URLs)
@@ -60,7 +60,7 @@ There is no one release manager; instead, [our community shares the responsibili
6060
20. Verify that the [documentation](http://localhost:8080/Build/Documentation/index.html) built correctly
6161
21. Make sure [Hello World](http://localhost:8080/Apps/HelloWorld.html) loads.
6262
22. Make sure [Cesium Viewer](http://localhost:8080/Apps/CesiumViewer/index.html) loads.
63-
23. Run [Sandcastle](http://localhost:8080/Apps/Sandcastle/index.html) on the browser of your choice (or multiple browsers if you are up for it). Switch to the `All` tab and spot test more complicated demos. Actually play with each of the buttons and sliders on each demo to ensure everything works as expected.
63+
23. Run [Sandcastle](http://localhost:8080/Apps/Sandcastle2/index.html) on the browser of your choice (or multiple browsers if you are up for it). Remove the `Showcases` filter and spot test the more complicated demos. Actually play with each of the buttons and sliders on each demo to ensure everything works as expected.
6464
24. If any of the above steps fail, post a message to the `CesiumJS` channel in Teams to figure out what needs to be fixed before we can release. **Do NOT proceed to the next step until issues are resolved.**
6565
25. Push your commits to main
6666
- `git push`

0 commit comments

Comments
 (0)