Skip to content

Commit

Permalink
cspell typos
Browse files Browse the repository at this point in the history
Signed-off-by: Gordonby <[email protected]>
  • Loading branch information
Gordonby committed Jul 19, 2022
1 parent 35bacf1 commit 7fdf0b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/ReleasingWizard.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@

## Creating a release

Usually a release of the Web UI will be accompanied by changes to the bicep code. In which case a new symantic release tag needs to be chosen (0.8.2 or 0.8.5 etc).
Usually a release of the Web UI will be accompanied by changes to the bicep code. In which case a new symantec release tag needs to be chosen (0.8.2 or 0.8.5 etc).
There is a [GitHub action workflow](https://github.com/Azure/AKS-Construction/actions/workflows/release.yml) which is initiated manually but automates the release, all that needs to be provided is the new release tag.

## Releasing just the Web UI

Occassionally there will be UI improvements that we want to release that do not have any dependencies in a new release.
Occasionally there will be UI improvements that we want to release that do not have any dependencies in a new release.
For these scenarios, we use the same [GitHub action workflow](https://github.com/Azure/AKS-Construction/actions/workflows/release.yml) but choose not to create a new release. Instead, just repeating the release tag that is current.

## Rolling back the release

When the release workflow runs, it stores assets of the UI and bicep code in zip files.
If we need to rollback a *bad release* then process is as follows

1. In the [GitHub action workflow](https://github.com/Azure/AKS-Construction/actions/workflows/release.yml) history, locate the release you want to rollback to.
1. In the [GitHub action workflow](https://github.com/Azure/AKS-Construction/actions/workflows/release.yml) history, locate the release you want to rollback to.
2. Download the artifact zip for the `WizardApp`
3. In you local git environment checkout the `gh-pages` branch
4. Extract the contents of the artifact zip over the top of branch
Expand Down

0 comments on commit 7fdf0b8

Please sign in to comment.