docs: skip release of the examples repository (#302)

The release process of the "examples" repository is directly documented
and managed in the repository.
This makes the 2 repositories more independent, and provides more
flexibility.
development
Thomas Bouffard 2024-01-10 06:11:44 +01:00 committed by GitHub
parent 77a7359985
commit 2cd17f1a3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 17 deletions

View File

@ -93,20 +93,3 @@ Review the newly created discussion in the [Announces](https://github.com/maxGra
- pin the discussion and unpin the previous release announce
- see for example the [maxGraph 0.1.0 release announce](https://github.com/maxGraph/maxGraph/discussions/147).
## 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.
- 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.
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
Generate the list of the major changes by using the [automatically generated release notes](https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes).
Also add links to the releases previously created for `maxGraph`. As an example, see the release of the [0.2.1 version](https://github.com/maxGraph/maxgraph-integration-examples/releases/tag/v0.2.1).
Publish the release.