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: changesets/action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.1
Choose a base ref
...
head repository: changesets/action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.2
Choose a head ref
  • 3 commits
  • 6 files changed
  • 3 contributors

Commits on May 10, 2025

  1. Make git add work consistently with subdirectories (#473)

    * Make git add work consistently with subdirectories
    
    Currently, depending on your `commitMode`,
    when running the action with `cwd` set to a subdirectory of a repo,
    the action will either:
    
    - `git-cli`: add the files changed in the subdirectory only
    - `github-api`: add files changed anywhere in the repository
    
    This commit brings github-api in line with git-cli,
    so that it only adds files in the current working directory.
    
    * Explicitly set `cwd` for all exec calls
    
    * Avoid using `ExecOptions` from `@actions/exec`
    
    * Rename type
    
    * remove redundant `filter`
    
    ---------
    
    Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
    s0 and Andarist authored May 10, 2025
    Configuration menu
    Copy the full SHA
    3c24abe View commit details
    Browse the repository at this point in the history
  2. Version Packages (#476)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored May 10, 2025
    Configuration menu
    Copy the full SHA
    42d5417 View commit details
    Browse the repository at this point in the history
  3. v1.5.2

    github-actions[bot] committed May 10, 2025
    Configuration menu
    Copy the full SHA
    e0538e6 View commit details
    Browse the repository at this point in the history
Loading