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 #1064

Merged
merged 1 commit into from Apr 15, 2021

Commits on Apr 14, 2021

  1. 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 14, 2021
    Copy the full SHA
    d14336f View commit details
    Browse the repository at this point in the history