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.2.0
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.3.0
Choose a head ref
  • 4 commits
  • 8 files changed
  • 4 contributors

Commits on Mar 7, 2025

  1. docs: clarify organization settings required for permissions (#973)

    These changes would have saved me some time. Maybe this will be true for
    other people as well.
    
    <!--
    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: Eric Dubé <eric.alex.dube@gmail.com>
    Signed-off-by: Jeff Ching <chingor@google.com>
    Co-authored-by: Jeff Ching <chingor@google.com>
    KernelDeimos and chingor13 authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    7f007f1 View commit details
    Browse the repository at this point in the history
  2. doc: add version in outputs document (#936)

    <!--
    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.
    -->
    
    `version` is included in the outputs, and it would be helpful to use
    instead of combine with major, minor, and patch.
    
    See also:
    
    
    https://github.com/google-github-actions/release-please-action/blob/cc61a07e2da466bebbc19b3a7dd01d6aecb20d1e/src/index.ts#L162-L193
    
    
    https://github.com/googleapis/release-please/blob/72b0ab360c3d6635397e8b02f4d3f9f53932e23c/src/manifest.ts#L273-L280
    
    Signed-off-by: Andy Zhang <37402126+AnzhiZhang@users.noreply.github.com>
    Co-authored-by: Jeff Ching <chingor@google.com>
    AnzhiZhang and chingor13 authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    1155c2c View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. deps: update release-please to 17.1.2 (#1137)

    The Octokit update requires providing/mocking a fetch implementation
    (which is necessary because we use nock for http mocking)
    
    Fixes #1136
    chingor13 authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    f07192c View commit details
    Browse the repository at this point in the history
  2. chore(main): release 4.3.0 (#1141)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [4.3.0](v4.2.0...v4.3.0)
    (2025-08-20)
    
    
    ### Features
    
    * **deps:** update release-please to 17.1.2
    ([f07192c](f07192c))
    
    ---
    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 Aug 20, 2025
    Configuration menu
    Copy the full SHA
    c2a5a2b View commit details
    Browse the repository at this point in the history
Loading