Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Commit aff7c52

Browse files
authored
chore: removed unnecessary steps from release processes (#173)
1 parent 498d64d commit aff7c52

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

doc/cutting-a-release.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The intended audience of this document are developers in the
99
audience is expected to be familiar with the project itself, [git][git-docs],
1010
[GitHub][github-guides], [semantic versioning](https://semver.org).
1111

12-
## Preparing for a release
12+
## Preparing the release notes
1313

1414
Assuming you are working on your own fork of the `google-cloud-cpp-common`
1515
project, and `upstream` points to the `googleapis/google-cloud-cpp-common`
@@ -26,22 +26,6 @@ git log --no-merges --format="format:* %s" \
2626
upstream/master -- google/cloud
2727
```
2828

29-
### Update README.md
30-
31-
Update the instructions to build the library for development:
32-
33-
```bash
34-
./ci/test-readme/generate-readme.sh >README.md
35-
```
36-
37-
### Update INSTALL.md
38-
39-
Update the instructions to install the library:
40-
41-
```bash
42-
./ci/test-readme/generate-install.sh >INSTALL.md
43-
```
44-
4529
### Send a PR with all these changes
4630

4731
It is not recommended that you create the release branch before this PR is

0 commit comments

Comments
 (0)