From aff7c5216376908880a5495e93cebb213b3f9241 Mon Sep 17 00:00:00 2001 From: Greg Miller <9447643+devjgm@users.noreply.github.com> Date: Tue, 11 Feb 2020 11:00:03 -0500 Subject: [PATCH] chore: removed unnecessary steps from release processes (#173) --- doc/cutting-a-release.md | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/doc/cutting-a-release.md b/doc/cutting-a-release.md index e97b659..22eaaf7 100644 --- a/doc/cutting-a-release.md +++ b/doc/cutting-a-release.md @@ -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` @@ -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