Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/release-please-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.2
Choose a base ref
...
head repository: googleapis/release-please-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.3
Choose a head ref
  • 5 commits
  • 6 files changed
  • 5 contributors

Commits on Jun 10, 2024

  1. docs: add info how to access monorepo path outputs (#1003)

    Added description how to access monorepo step result outputs using []
    syntax
    
    It took me several hours to figure out how to access the outputs of
    these monorepo packages. Hopefully, this will save others some time
    
    ---------
    
    Signed-off-by: Wolfram Sokollek <8589105+WolfSoko@users.noreply.github.com>
    Co-authored-by: Jeff Ching <chingor@google.com>
    WolfSoko and chingor13 authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    7b7ddcd View commit details
    Browse the repository at this point in the history
  2. docs: fix small README typo (#966)

    fix typo
    
    searching the other codebase seems to confirm this is a typo (results
    show "local" not "loca")
    
    
    https://github.com/search?q=repo%3Agoogleapis%2Frelease-please%20always-link-local&type=code
    
    <!--
    Thank you for proposing a pull request! Please note that SOME TESTS WILL
    LIKELY FAIL due to how GitHub exposes secrets in Pull Requests from
    forks.
    Someone from the team will review your Pull Request and respond.
    
    Please describe your change and any implementation details below.
    -->
    
    Signed-off-by: Peter W <techieshark@gmail.com>
    Co-authored-by: Jeff Ching <chingor@google.com>
    techieshark and chingor13 authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    fa4e719 View commit details
    Browse the repository at this point in the history
  3. fix: correct log output when creating releases (#933)

    <!--
    Thank you for proposing a pull request! Please note that SOME TESTS WILL
    LIKELY FAIL due to how GitHub exposes secrets in Pull Requests from
    forks.
    Someone from the team will review your Pull Request and respond.
    
    Please describe your change and any implementation details below.
    -->
    The log is a bit misleading, I changed it to represent what it actually
    represents.
    
    Signed-off-by: Dennis Kugelmann <dennis.kugelmann@simpleclub.com>
    Co-authored-by: Jeff Ching <chingor@google.com>
    IchordeDionysos and chingor13 authored Jun 10, 2024
    1 Configuration menu
    Copy the full SHA
    2725132 View commit details
    Browse the repository at this point in the history
  4. chore: build dist (#1010)

    Build dist
    yoshi-code-bot authored Jun 10, 2024
    1 Configuration menu
    Copy the full SHA
    53ea3de View commit details
    Browse the repository at this point in the history
  5. chore(main): release 4.1.3 (#1011)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [4.1.3](v4.1.2...v4.1.3)
    (2024-06-10)
    
    
    ### Bug Fixes
    
    * correct log output when creating releases
    ([#933](#933))
    ([2725132](2725132))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    yoshi-code-bot authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    7987652 View commit details
    Browse the repository at this point in the history
Loading