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: goreleaser/goreleaser-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.3.0
Choose a base ref
...
head repository: goreleaser/goreleaser-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.4.0
Choose a head ref
  • 7 commits
  • 10 files changed
  • 4 contributors

Commits on Mar 30, 2025

  1. Configuration menu
    Copy the full SHA
    90c43f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2025

  1. fix: support .config directory for goreleaser config files (#500)

    * fix: support .config directory for goreleaser config files
    
    Add support for .config/goreleaser.yaml and .config/goreleaser.yml
    configuration files to match GoReleaser's official search order.
    
    * run $ docker buildx bake build
    haya14busa authored Jul 4, 2025
    Configuration menu
    Copy the full SHA
    0931acf View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. chore(deps): bump semver from 7.7.1 to 7.7.2 (#495)

    * chore(deps): bump semver from 7.7.1 to 7.7.2
    
    Bumps [semver](https://github.com/npm/node-semver) from 7.7.1 to 7.7.2.
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
    - [Commits](npm/node-semver@v7.7.1...v7.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-version: 7.7.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: update generated content
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    dependabot[bot] and crazy-max authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    ca48102 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2025

  1. chore(deps): bump brace-expansion from 1.1.11 to 1.1.12 (#498)

    Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12.
    - [Release notes](https://github.com/juliangruber/brace-expansion/releases)
    - [Commits](juliangruber/brace-expansion@1.1.11...v1.1.12)
    
    ---
    updated-dependencies:
    - dependency-name: brace-expansion
      dependency-version: 1.1.12
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 2, 2025
    Configuration menu
    Copy the full SHA
    a386515 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a6cd01 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump undici from 5.28.5 to 5.29.0 (#496)

    * chore(deps): bump undici from 5.28.5 to 5.29.0
    
    Bumps [undici](https://github.com/nodejs/undici) from 5.28.5 to 5.29.0.
    - [Release notes](https://github.com/nodejs/undici/releases)
    - [Commits](nodejs/undici@v5.28.5...v5.29.0)
    
    ---
    updated-dependencies:
    - dependency-name: undici
      dependency-version: 5.29.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: update generated content
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    dependabot[bot] and crazy-max authored Aug 2, 2025
    Configuration menu
    Copy the full SHA
    2ff5850 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2025

  1. Configuration menu
    Copy the full SHA
    e435ccd View commit details
    Browse the repository at this point in the history
Loading