Skip to content

Commit

Permalink
Update release docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslyngsoe committed Nov 20, 2024
1 parent 2636ff2 commit 5a63e1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/RELEASE_INSTRUCTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
1. Add the `ignore-for-release`-label to the PR.
1. Wait for GitHub checks to pass.
1. Github will post a comment with a test link to try out that the release works in Storybook. Please check that it works.
1. Merge PR into main **using the rebase strategy** (very important so the history is not mangled) - this will trigger two actions - `Publish`, and `Azure Static Web Apps CI/CD`. The `Publish` workflow is responsible for publishing packages to NPM. It will only publish the packages that have higher version that previously published ones. The azure workflow will build and publish UI library Storybook.
1. Rebase the `v1/main` branch with the `v1/contrib` branch by writing `git rebase -i origin/main` and then push the changes.
1. Merge PR into main **using the Merge strategy** (very important so the history is not mangled) - this will trigger two actions - `Publish`, and `Azure Static Web Apps CI/CD`. The `Publish` workflow is responsible for publishing packages to NPM. It will only publish the packages that have higher version that previously published ones. The azure workflow will build and publish UI library Storybook.
1. Merge the `v1/main` branch with the `v1/contrib` branch by writing `git merge origin/main` and then push the changes.
1. Go to Github and [create a new release](https://github.com/umbraco/Umbraco.UI/releases/new).
1. Using tags on the release, we want to target `vx.x.x` where "x.x.x" is the version number that the UUI package was bumped to during the release.
1. Select the prevous version, in relation to your release, in `Previous tag` and press `Generate release notes`.
Expand Down

0 comments on commit 5a63e1f

Please sign in to comment.