From 2cd17f1a3ebc57984e376208a0c3c4c960eb399c Mon Sep 17 00:00:00 2001 From: Thomas Bouffard <27200110+tbouffard@users.noreply.github.com> Date: Wed, 10 Jan 2024 06:11:44 +0100 Subject: [PATCH] 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. --- packages/website/docs/development/release.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/packages/website/docs/development/release.md b/packages/website/docs/development/release.md index 977f7f7a4..0aaca8a1b 100644 --- a/packages/website/docs/development/release.md +++ b/packages/website/docs/development/release.md @@ -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.