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: v3.2.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: v4.1.0
Choose a head ref
  • 10 commits
  • 10 files changed
  • 4 contributors

Commits on Nov 12, 2022

  1. Update goreleaser.ts

    flarco authored Nov 12, 2022
    Configuration menu
    Copy the full SHA
    4d25ab4 View commit details
    Browse the repository at this point in the history
  2. improve install

    flarco committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    b60ea88 View commit details
    Browse the repository at this point in the history
  3. update build

    flarco committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    1315dab View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. fix: do not override GORELEASER_CURRENT_TAG (#370)

    * fix: do not override GORELEASER_CURRENT_TAG
    
    Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
    
    * fix: build
    
    Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
    
    Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
    caarlos0 authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    23e0ed5 View commit details
    Browse the repository at this point in the history
  2. feat!: remove auto-snapshot on dirty tag (#382)

    * feat!: remove auto-snapshot on dirty tag
    
    Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
    
    * feat!: remove the entire git thing
    
    Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
    
    * fix: tests
    
    Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
    
    * test: fix
    
    Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
    
    * fix: snapshto tests
    
    Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
    
    Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
    caarlos0 authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    3b7d1ba View commit details
    Browse the repository at this point in the history
  3. docs: add example when using workdir along with upload-artifact (#366)

    when using workdir, goreleaser creates dist folder inside of workdir, but upload-artifact action's path only matching from git_root dir
    zdtsw authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    5dc579b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c08cfd View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/master' into flarco/master

    Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
    caarlos0 committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    66134d9 View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump minimatch from 3.0.4 to 3.1.2 (#383)

    Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
    - [Release notes](https://github.com/isaacs/minimatch/releases)
    - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
    - [Commits](isaacs/minimatch@v3.0.4...v3.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: minimatch
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    78df308 View commit details
    Browse the repository at this point in the history
  7. chore: regenerate

    Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
    caarlos0 committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    8f67e59 View commit details
    Browse the repository at this point in the history
Loading