You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ You can manually trigger the release workflow from the [GitHub Actions UI](https
25
25
26
26
**Beta release **
27
27
1. Create a release branch. There is no restriction for branch name.
28
-
2.2.Update the **`version`** field in `packages/<package_name>/package.json` to the intended beta release version.
28
+
2. Update the **`version`** field in `packages/<package_name>/package.json` to the intended beta release version.
29
29
```json
30
30
{
31
31
"name": "<package_name>",
@@ -58,7 +58,7 @@ You can manually trigger the release workflow from the [GitHub Actions UI](https
58
58
59
59
### **Reviewing the release details and scan result**
60
60
61
-
1. The pipeline will pause at the "Print Test/Security scan result and invite Dev team to review" step and also before the final release step, relevant team should review the release details and scan result. Stable release release will be reviewed by infosec team as Sec reviewer. Beta release will be reviewed by security champions from Dev team.
61
+
1. The pipeline will pause at the "Print Test/Security scan result and invite Dev team to review" step and also before the final release step, relevant team should review the release details and scan result. Stable release will be reviewed by infosec team as Sec reviewer. Beta release will be reviewed by security champions from Dev team.
0 commit comments