Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

fix: release scripts from issuing overlapping phases #332

Merged
merged 2 commits into from Apr 19, 2021

Commits on Apr 14, 2021

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