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: docs/contribute/release-new-version.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,8 @@ Do not merge the production PR until release day!
108
108
109
109
_This action must be performed by docs engineering or docs tech leads._
110
110
111
-
Approve and merge [the `staging` configuration update PR](https://github.com/elastic/docs-internal-workflows/pulls).
111
+
1. Approve and merge [the `staging` configuration update PR](https://github.com/elastic/docs-internal-workflows/pulls).
112
+
2. Optionally, manually [invoke the release automation to staging](https://github.com/elastic/docs-internal-workflows/actions/workflows/assembler-build.staging.yml).
112
113
113
114
:::{important}
114
115
Do not merge the production PR until release day!
@@ -121,7 +122,7 @@ Do not merge the production PR until release day!
121
122
_This action must be performed by docs engineering or docs tech leads. For most products, this change must be merged on release day._
122
123
123
124
1. Approve and merge [the `prod` configuration update PR](https://github.com/elastic/docs-internal-workflows/pulls).
124
-
2. Manually [invoke the release automation to production](https://github.com/elastic/docs-internal-workflows/actions/workflows/assembler-build.prod.yml).
125
+
2. Manually [invoke the release automation to production](https://github.com/elastic/docs-internal-workflows/actions/workflows/assembler-build.prod.yml). Monitor it to make sure that it's green.
125
126
3. Let the requester or docs release coordinator know the docs have been updated.
0 commit comments