docs(release): improve the "examples repository update" paragraph (#285)

Changes are based on the feedback collected during the  `0.5.0` release:
  - Use Dependabot to update `maxGraph`
  - Fix link to GitHub releases.
development
Thomas Bouffard 2023-12-11 08:49:27 +01:00 committed by GitHub
parent 3041ca337e
commit 1507490c72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 5 deletions

View File

@ -92,12 +92,11 @@ Review the newly created discussion in the [Announces](https://github.com/maxGra
## Update the integration examples repository
Once done, create a Pull Request in the [integration examples repository](https://github.com/maxGraph/maxgraph-integration-examples)
to use the new release. Use [PR #28](https://github.com/maxGraph/maxgraph-integration-examples/pull/28) as an example.
Once done, create a Pull Request in the [integration examples repository](https://github.com/maxGraph/maxgraph-integration-examples) to use the new release.
- Dependencies in this repository are automatically updated by Dependabot, so you can trigger a new Dependabot run or wait for the next scheduled Dependabot run for this update to take place.
- Validate that the examples work: use the artifact built by GitHub Actions to test the various applications locally.
**Note:** The examples will be updated automatically in the future, see the [issue #27](https://github.com/maxGraph/maxgraph-integration-examples/issues/27) for more details.
Then, create a [new draft release](https://github.com/maxGraph/maxGraph/releases/)
Then, create a [new draft release](https://github.com/maxGraph/maxgraph-integration-examples/releases):
- name: use the same version as in `maxGraph`, like `0.2.1`
- tag: use the version prefixed with v, like `v0.2.1`
- save it as a draft