Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(java): allow overriding the versioning section of the Java README #495

Merged

Conversation

chingor13
Copy link
Contributor

Allows setting a versioning section in .readme-partials.yaml to override the versioning section.

@chingor13 chingor13 requested a review from frankyn April 15, 2020 23:34
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 15, 2020
@@ -135,13 +135,15 @@ Java 7 or above is required for using this client.

## Versioning

{% if 'partials' in metadata and metadata['partials']['versioning'] -%}
{{ metadata['partials']['versioning'] }}
{% else %}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does GA get represented in this README?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, nevermind, missed the badge at the top. LGTM.

@@ -135,13 +135,15 @@ Java 7 or above is required for using this client.

## Versioning

{% if 'partials' in metadata and metadata['partials']['versioning'] -%}
{{ metadata['partials']['versioning'] }}
{% else %}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, nevermind, missed the badge at the top. LGTM.

@chingor13 chingor13 added the automerge Merge the pull request once unit tests and other checks pass. label Apr 17, 2020
@gcf-merge-on-green gcf-merge-on-green bot merged commit f8a9933 into googleapis:master Apr 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge the pull request once unit tests and other checks pass. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants