Skip to content

Release Flow

Wendell Liu edited this page Dec 2, 2025 · 6 revisions

How to release

  1. Create a PR to bump the package version using the GitHub Action.
  2. Approve and merge the PR created in step 1.
  3. Create a new release with tagging. Please ensure the tag matches the version you bumped.
  4. The follow-up actions will take care of the rest.
  5. Then use this github action in devops to deploy the Release.

How to check production version

Production build will create a version.txt in root.
https://access8mathweb.coseeing.org/version.txt

What will be done by creating a GitHub release

  1. The web page will be bundled and uploaded to S3.
  2. The Windows installer will be built and uploaded to the GitHub release.

Clone this wiki locally