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: 68acf3b1adf004ac9c2f0a4259e85c5f66e99bef
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: ff11ca24a9b39f2d36796d1fbd7a4e39c182630a
Choose a head ref
  • 7 commits
  • 9 files changed
  • 4 contributors

Commits on May 22, 2022

  1. docs: bump actions to latest major (#356)

    Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max and crazy-max authored May 22, 2022
    Configuration menu
    Copy the full SHA
    7e270cc View commit details
    Browse the repository at this point in the history
  2. ci: fix workflow (#357)

    Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max and crazy-max authored May 22, 2022
    Configuration menu
    Copy the full SHA
    188063d View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. chore(deps): bump crazy-max/ghaction-import-gpg from 4 to 5 (#360)

    Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 4 to 5.
    - [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases)
    - [Changelog](https://github.com/crazy-max/ghaction-import-gpg/blob/master/CHANGELOG.md)
    - [Commits](crazy-max/ghaction-import-gpg@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: crazy-max/ghaction-import-gpg
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 27, 2022
    Configuration menu
    Copy the full SHA
    50f10b3 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump ghaction-import-gpg to v5 (#359)

    Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
    Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
    3 people authored May 27, 2022
    Configuration menu
    Copy the full SHA
    7bb9301 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2022

  1. chore(deps): bump @actions/core from 1.6.0 to 1.8.2 (#358)

    * chore(deps): bump @actions/core from 1.6.0 to 1.8.2
    
    Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.6.0 to 1.8.2.
    - [Release notes](https://github.com/actions/toolkit/releases)
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/core"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: update generate content
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
    dependabot[bot] and crazy-max authored Jun 12, 2022
    Configuration menu
    Copy the full SHA
    aab65f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. chore(deps): bump @actions/core from 1.8.2 to 1.9.1 (#367)

    * chore(deps): bump @actions/core from 1.8.2 to 1.9.1
    
    Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.8.2 to 1.9.1.
    - [Release notes](https://github.com/actions/toolkit/releases)
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/core"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: update generate 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 <crazy-max@users.noreply.github.com>
    dependabot[bot] and crazy-max authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    ef54bd4 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. fix: dist resolution from config file (#369)

    * ci: add job to check dist output from config
    
    * fix: dist resolution from config file
    
    Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max and crazy-max authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    ff11ca2 View commit details
    Browse the repository at this point in the history
Loading