Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/website/docs/development/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ Attach the examples and the website to the release (in the "assets" location):
- Retrieve the artifacts built by GitHub Actions on the commit of the tag
- examples:
- location: https://github.com/maxGraph/maxGraph/actions/workflows/build.yml
- rename the file to: `maxgraph_<version>_website.zip`
- rename the file to: `maxgraph_<version>_examples.zip`
- website:
- location: https://github.com/maxGraph/maxGraph/actions/workflows/generate-website.yml. The artifact is not available in the summary of the job. Open the log to get the URL of the artifact.
- rename the file to: `maxgraph_<version>_examples.zip`
- rename the file to: `maxgraph_<version>_website.zip`

Before you publish the release, make sure that a discussion will be created in the `Announces` category when the release
is published.
Expand Down