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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: release scripts from issuing overlapping phases #1769

Merged
merged 4 commits into from Apr 19, 2021

Commits on Apr 16, 2021

  1. changes without context

            autosynth cannot find the source of changes triggered by earlier changes in this
            repository, or by version upgrades to tools such as linters.
    yoshi-automation committed Apr 16, 2021
    Copy the full SHA
    0eba392 View commit details
    Browse the repository at this point in the history
  2. build(java): skip javadoc tests during dependencies test

    Source-Author: Jeff Ching <chingor@google.com>
    Source-Date: Fri Apr 9 09:18:54 2021 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 5b0e1592dd7d70b485e157ea4b3eb1704ecbd015
    Source-Link: googleapis/synthtool@5b0e159
    yoshi-automation committed Apr 16, 2021
    Copy the full SHA
    f6f2f83 View commit details
    Browse the repository at this point in the history
  3. fix: typo

    @Neenu1995
    
    Source-Author: Elliotte Rusty Harold <elharo@users.noreply.github.com>
    Source-Date: Tue Apr 13 00:00:05 2021 +0000
    Source-Repo: googleapis/synthtool
    Source-Sha: 082e1ca0863b13ada8594fe91845380765da5b70
    Source-Link: googleapis/synthtool@082e1ca
    yoshi-automation committed Apr 16, 2021
    Copy the full SHA
    6405d65 View commit details
    Browse the repository at this point in the history
  4. fix: release scripts from issuing overlapping phases

    `mvn deploy` will run `mvn install` so specifying `mvn install deploy` is redundant at best. At worst, it will cause plugins like maven-shade-plugin to be executed twice re-shading itself
    
    Source-Author: Igor Bernstein <igorbernstein@google.com>
    Source-Date: Wed Apr 14 13:16:03 2021 -0400
    Source-Repo: googleapis/synthtool
    Source-Sha: 8285c2b4cdbc3771d031ad91e1c4ec9e55fff45d
    Source-Link: googleapis/synthtool@8285c2b
    yoshi-automation committed Apr 16, 2021
    Copy the full SHA
    036f89d View commit details
    Browse the repository at this point in the history