Skip to content

Commit 41546f4

Browse files
authored
releasing: clarify manual action not required for some steps (#191)
1 parent 28a82b0 commit 41546f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RELEASING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The customer replica branches are distinct living branches which have diffs we m
1313

1414
### Create the release branch
1515

16-
> ⚠️ If you are using the Sourcegraph release tooling, this step will be done for you in the PR it creates. Learn more about the release process in [the handbook](https://about.sourcegraph.com/handbook/engineering/releases).
16+
> ⚠️ If you are using the Sourcegraph release tooling, this step will be done for you in the PR it creates. Learn more about the release process in [the handbook](https://about.sourcegraph.com/handbook/engineering/releases). In this case, do not do this step manually.
1717
1818
For example if releasing `v3.17.2` then create this branch from latest `master`:
1919

@@ -24,7 +24,7 @@ git push --set-upstream origin 3.17
2424

2525
### Update the image tags
2626

27-
> ⚠️ If you are using the Sourcegraph release tooling, this step will be done for you in the PR it creates. Learn more about the release process in [the handbook](https://about.sourcegraph.com/handbook/engineering/releases).
27+
> ⚠️ If you are using the Sourcegraph release tooling, this step will be done for you in the PR it creates. Learn more about the release process in [the handbook](https://about.sourcegraph.com/handbook/engineering/releases). In this case, do not do this step manually.
2828
2929
In the latest release branch you created:
3030

@@ -101,7 +101,7 @@ This will take about ~10 minutes to run. Refer to the [testing documentation](TE
101101

102102
### Tag the final release
103103

104-
> ⚠️ If you are using the Sourcegraph release tooling, this step will be done for you during `release:close`. Learn more about the release process in [the handbook](https://about.sourcegraph.com/handbook/engineering/releases).
104+
> ⚠️ If you are using the Sourcegraph release tooling, this will be done for you as part of the release steps. Learn more about the release process in [the handbook](https://about.sourcegraph.com/handbook/engineering/releases). In this case, do not do this step manually.
105105
106106
For example:
107107

0 commit comments

Comments
 (0)