Skip to content

Commit

Permalink
docs: maas-ui integration (#5338)
Browse files Browse the repository at this point in the history
  • Loading branch information
petermakowski committed Mar 12, 2024
1 parent 8cca26c commit 3dc87f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Process

## MAAS UI Integration with MAAS

- Whenever changes are pushed to `main` or `3.x` branch, a new JavaScript bundle is automatically created and pushed to the [Ubuntu assets server](https://assets.ubuntu.com/manager?tag=auto-upload&q=maas&type=tar.gz). This process is managed by the [upload.yml](https://github.com/canonical/maas-ui/blob/main/.github/workflows/upload.yml) GitHub Action.

- MAAS integrates the MAAS UI using this JavaScript bundle. For the main development branch (latest/edge), MAAS automatically pulls the latest bundle and creates a commit, triggering a new MAAS release.

## Tracking MAAS core

When MAAS core releases an initial release candidate (e.g. `2.8.0-rc1`), a corresponding branch of maas-ui named after the MAAS
Expand Down

0 comments on commit 3dc87f3

Please sign in to comment.