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

Commit

Permalink
chore: removed unnecessary steps from release processes (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
devjgm authored Feb 11, 2020
1 parent 498d64d commit aff7c52
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions doc/cutting-a-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The intended audience of this document are developers in the
audience is expected to be familiar with the project itself, [git][git-docs],
[GitHub][github-guides], [semantic versioning](https://semver.org).

## Preparing for a release
## Preparing the release notes

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

### Update README.md

Update the instructions to build the library for development:

```bash
./ci/test-readme/generate-readme.sh >README.md
```

### Update INSTALL.md

Update the instructions to install the library:

```bash
./ci/test-readme/generate-install.sh >INSTALL.md
```

### Send a PR with all these changes

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

0 comments on commit aff7c52

Please sign in to comment.