doc: consolidate and update README.md, INSTALL.md#1026
doc: consolidate and update README.md, INSTALL.md#1026scotthart merged 4 commits intogoogleapis:masterfrom
Conversation
remove subdir README.md chore: remove subdir README.md
47e1ca5 to
b9369cc
Compare
coryan
left a comment
There was a problem hiding this comment.
I would say that this is a doc: improvement more than a chore:, but I do not know for sure.
Reviewed 2 of 2 files at r1.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @devjgm, @mr-salty, and @scotthart)
README.md, line 3 at r1 (raw file):
# Google Cloud Spanner C++ Client Library <!-- This file is automatically generated by ci/test-readme/generate-readme.sh -->"
Note that this file is automatically generated. I think we want to change the generator?
scotthart
left a comment
There was a problem hiding this comment.
Reviewable status: 1 of 5 files reviewed, 1 unresolved discussion (waiting on @coryan, @devjgm, and @mr-salty)
README.md, line 3 at r1 (raw file):
Previously, coryan (Carlos O'Ryan) wrote…
Note that this file is automatically generated. I think we want to change the generator?
Done.
Codecov Report
@@ Coverage Diff @@
## master #1026 +/- ##
==========================================
- Coverage 93.7% 93.69% -0.02%
==========================================
Files 158 158
Lines 11187 11185 -2
==========================================
- Hits 10483 10480 -3
- Misses 704 705 +1
Continue to review full report at Codecov.
|
coryan
left a comment
There was a problem hiding this comment.
Reviewed 4 of 4 files at r2.
Reviewable status: all files reviewed, 4 unresolved discussions (waiting on @devjgm, @mr-salty, and @scotthart)
README.md, line 123 at r1 (raw file):
Apache 2.0; see [`LICENSE`](LICENSE) for details.
Hmm... seems like you found a bug in the generator? Maybe we should preserve that blank line?
README.md, line 52 at r2 (raw file):
**Install Instructions** [![CI status install/centos-7][install/centos-7-shield]][install/centos-7-link]
I think you discovered a bug in the generator for this file. I believe all these badges are not created yet, but the scripts assume they are. We can release with the broken badges (not great) if we can schedule the builds ~now. Or we can manually edit the file this one time and release with the new badges later.
I think the latter is the better option with so many of us out, what do you think"?
README.md, line 93 at r2 (raw file):
[docker/ubsan-link]: https://storage.googleapis.com/cloud-cpp-kokoro-status/spanner/docker/ubsan-link.html [docker/ubsan-shield]: https://storage.googleapis.com/cloud-cpp-kokoro-status/spanner/docker/ubsan.svg [install/centos-7-link]: https://storage.googleapis.com/cloud-cpp-kokoro-status/spanner/install/centos-7-link.html
Same for these badges.
doc/cutting-a-release.md, line 49 at r2 (raw file):
```bash
Thanks!
scotthart
left a comment
There was a problem hiding this comment.
Reviewable status: all files reviewed, 4 unresolved discussions (waiting on @coryan, @devjgm, and @mr-salty)
README.md, line 123 at r1 (raw file):
Previously, coryan (Carlos O'Ryan) wrote…
Hmm... seems like you found a bug in the generator? Maybe we should preserve that blank line?
Done.
README.md, line 52 at r2 (raw file):
Previously, coryan (Carlos O'Ryan) wrote…
I think you discovered a bug in the generator for this file. I believe all these badges are not created yet, but the scripts assume they are. We can release with the broken badges (not great) if we can schedule the builds ~now. Or we can manually edit the file this one time and release with the new badges later.
I think the latter is the better option with so many of us out, what do you think"?
Done.
README.md, line 93 at r2 (raw file):
Previously, coryan (Carlos O'Ryan) wrote…
Same for these badges.
Done.
doc/cutting-a-release.md, line 49 at r2 (raw file):
Previously, coryan (Carlos O'Ryan) wrote…
Thanks!
Done.
coryan
left a comment
There was a problem hiding this comment.
Reviewed 1 of 2 files at r3.
Reviewable status: 5 of 6 files reviewed, all discussions resolved (waiting on @devjgm and @mr-salty)
…cloud-cpp-spanner#1026) * chore: remove subdir README.md * doc: remove broken install links for this release
This change consolidates the release notes into the top level README.md and removes google/cloud/spanner/README.md
This change is